Skip to content

Commit

Permalink
build: bump alpine from 3.20.2 to 3.20.3
Browse files Browse the repository at this point in the history
Bumps alpine from 3.20.2 to 3.20.3.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 54013f6 commit 60cf706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN set -eu; \
go build -ldflags "-X main.buildVersion=${FOREGO_VERSION}" -o forego .; \
go clean -cache

FROM --platform=$TARGETPLATFORM alpine:3.20.2
FROM --platform=$TARGETPLATFORM alpine:3.20.3

ARG FOREGO_VERSION
ENV FOREGO_VERSION=${FOREGO_VERSION}
Expand Down

0 comments on commit 60cf706

Please sign in to comment.