Skip to content

Commit

Permalink
Merge pull request #1 from nuts-foundation/dependabot/docker/alpine-3…
Browse files Browse the repository at this point in the history
….20.0

Bump alpine from 3.19.1 to 3.20.0
  • Loading branch information
reinkrul authored May 23, 2024
2 parents 9fc51e5 + 24e1b4f commit 5f8ea27
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.19.1
FROM alpine:3.20.0
RUN apk update \
&& apk add --no-cache \
tzdata \
Expand Down

0 comments on commit 5f8ea27

Please sign in to comment.