Skip to content

Commit 3e7d69a

Browse files
authored
Merge pull request #144 from nuts-foundation/dependabot/docker/alpine-3.21
Bump alpine from 3.20 to 3.21
2 parents e45dbaf + 90f180f commit 3e7d69a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH go build -ldflags="-w -s" -o
3333
#
3434
# Runtime
3535
#
36-
FROM alpine:3.20
36+
FROM alpine:3.21
3737
RUN mkdir /app && cd /app
3838
WORKDIR /app
3939
COPY --from=backend-builder /app/nuts-admin .

0 commit comments

Comments
 (0)