Bump alpine from 3.21 to 3.23 (#6)
Bumps alpine from 3.21 to 3.23. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.23' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
5af5973b11
commit
929034a0b1
|
|
@ -36,7 +36,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build \
|
|||
-a -o wg-ui .
|
||||
|
||||
# Stage 3: Runtime
|
||||
FROM alpine:3.21
|
||||
FROM alpine:3.23
|
||||
|
||||
RUN addgroup -S wgui && adduser -S -D -G wgui wgui
|
||||
RUN apk --no-cache add ca-certificates wireguard-tools iptables
|
||||
|
|
|
|||
Loading…
Reference in New Issue