Skip to content

Commit

Permalink
Samba 4.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Dec 26, 2024
1 parent 1294ae5 commit ff8a07e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# syntax=docker/dockerfile:1

ARG ALPINE_VERSION=3.20
ARG ALPINE_VERSION=3.21
ARG S6_VERSION=2.2.0.3

ARG SAMBA_VERSION=4.19.9
ARG SAMBA_VERSION=4.20.6
ARG WSDD2_VERSION=b676d8ac8f1aef792cb0761fb68a0a589ded3207

FROM --platform=${BUILDPLATFORM} crazymax/alpine-s6:${ALPINE_VERSION}-${S6_VERSION} AS wsdd2-src
Expand All @@ -24,7 +24,7 @@ RUN apk --update --no-cache add \
bash \
coreutils \
jq \
samba=${SAMBA_VERSION}-r0 \
samba=${SAMBA_VERSION}-r1 \
shadow \
tzdata \
yq \
Expand Down

0 comments on commit ff8a07e

Please sign in to comment.