Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 30, 2024
1 parent ed6d2c2 commit cd9064d
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.1
FROM alpine:3.20.2

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

Expand Down

0 comments on commit cd9064d

Please sign in to comment.