Skip to content

Commit

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

---
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 Dec 1, 2023
1 parent 7f1de97 commit ca9da9d
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.18.5
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 ca9da9d

Please sign in to comment.