Skip to content

Commit

Permalink
chore(deps): bump alpine from 3.20.0 to 3.20.1
Browse files Browse the repository at this point in the history
Bumps alpine from 3.20.0 to 3.20.1.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 21, 2024
1 parent 372e2d7 commit 5f7727f
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 @@ -20,7 +20,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/g
! which upx >/dev/null || upx /go/bin/dockerize && \
dockerize --version

FROM alpine:3.20.0
FROM alpine:3.20.1

COPY --from=builder /go/bin/dockerize /usr/local/bin

Expand Down

0 comments on commit 5f7727f

Please sign in to comment.