Skip to content

Commit

Permalink
Update alpine Docker tag to v3.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 22, 2024
1 parent 45e2ac7 commit 57c43af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19.1 AS build
FROM alpine:3.20.2 AS build
ARG SAMBA_VERSION=4.18.3

# Deps sourced from https://git.alpinelinux.org/aports/tree/main/samba/APKBUILD
Expand Down Expand Up @@ -54,7 +54,7 @@ RUN make -j$((`nproc` - 1))
RUN make DESTDIR="/target/" install -j$((`nproc` - 1))


FROM alpine:3.19.1
FROM alpine:3.20.2
### RUN addgroup -S samba && \
### adduser -S -D -H -h /dev/null -s /sbin/nologin -G samba -g samba samba

Expand Down

0 comments on commit 57c43af

Please sign in to comment.