Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.21 (#172)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent f701620 commit 5f71f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testdata/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ go get
CGO_ENABLED=0 go build -o gitz-test ${test}.go
EOF

FROM alpine:3.20
FROM alpine:3.21
RUN apk add --no-cache git gnupg

RUN <<EOF
Expand Down

0 comments on commit 5f71f61

Please sign in to comment.