Updated Dockerfile
This commit is contained in:
parent
e4d6ee79ff
commit
9af11bd4ec
@ -1,6 +1,8 @@
|
||||
FROM alpine:3.19.1
|
||||
FROM alpine:3.20.0
|
||||
|
||||
RUN apk add --no-cache make=4.4.1-r2 g++=13.2.1_git20231014-r0 \
|
||||
RUN apk add --no-cache \
|
||||
make=4.4.1-r2 \
|
||||
g++=13.2.1_git20240309-r0 \
|
||||
&& adduser --disabled-password saundersp
|
||||
|
||||
USER saundersp
|
||||
|
Loading…
x
Reference in New Issue
Block a user