Skip to content

Commit

Permalink
Bump alpine from 3.17.2 to 3.20.0
Browse files Browse the repository at this point in the history
Bumps alpine from 3.17.2 to 3.20.0.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 22, 2024
1 parent 9f065a7 commit 71cc98e
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 @@ -7,7 +7,7 @@ RUN curl -#L -o croc.tar.gz https://api.github.com/repos/schollz/croc/ta
go get -d && \
go build -ldflags="-s -w" -o /usr/bin/croc

FROM alpine:3.17.2
FROM alpine:3.20.0
RUN apk add --update --no-cache tini
COPY --from=BUILD_IMAGE /usr/bin/croc /usr/bin/croc
ENTRYPOINT ["/sbin/tini", "--", "/usr/bin/croc"]

0 comments on commit 71cc98e

Please sign in to comment.