Updated Dockerfile

This commit is contained in:
saundersp 2024-06-09 22:42:20 +02:00
parent e4d6ee79ff
commit 9af11bd4ec

View File

@ -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