Skip to content

Commit

Permalink
Merge pull request #37 from nuts-foundation/dependabot/docker/alpine-…
Browse files Browse the repository at this point in the history
…3.21.0

Bump alpine from 3.20.2 to 3.21.0
  • Loading branch information
gerardsn authored Dec 12, 2024
2 parents b590d10 + af51bd1 commit 872cc60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ COPY . .
RUN GOOS=$TARGETOS GOARCH=$TARGETARCH go build -ldflags="-w -s" -o /opt/nuts/nuts-pxp

# alpine
FROM alpine:3.20.2
FROM alpine:3.21.0
RUN apk update \
&& apk add --no-cache \
tzdata \
Expand Down

0 comments on commit 872cc60

Please sign in to comment.