diff --git a/Dockerfile b/Dockerfile index 6e5127c..59f428d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.19.0 AS build +FROM alpine:3.19.1 AS build ARG SAMBA_VERSION=4.18.3 # Deps sourced from https://git.alpinelinux.org/aports/tree/main/samba/APKBUILD @@ -54,7 +54,7 @@ RUN make -j$((`nproc` - 1)) RUN make DESTDIR="/target/" install -j$((`nproc` - 1)) -FROM alpine:3.19.0 +FROM alpine:3.19.1 ### RUN addgroup -S samba && \ ### adduser -S -D -H -h /dev/null -s /sbin/nologin -G samba -g samba samba