Skip to content

Commit

Permalink
minor(deps): update ghcr.io/dockhippie/alpine docker tag to v3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 11, 2023
1 parent aa99653 commit 28c7b1c
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 git clone -b v${SCW_VERSION} https://github.com/scaleway/scaleway-cli.git /s
cd /srv/app/src && \
GO111MODULE=on go install ./cmd/scw

FROM ghcr.io/dockhippie/alpine:3.18
FROM ghcr.io/dockhippie/alpine:3.19
ENTRYPOINT [""]

RUN apk update && \
Expand Down

0 comments on commit 28c7b1c

Please sign in to comment.