Skip to content

Commit

Permalink
chore(deps): bump alpine from 3.19 to 3.20 (#3851)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rémy Léone <[email protected]>
  • Loading branch information
dependabot[bot] and remyleone authored Jun 11, 2024
1 parent fe63a2b commit 73c063f
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 @@ -21,7 +21,7 @@ COPY .git/ .git/

RUN ./scripts/build.sh

FROM alpine:3.19
FROM alpine:3.20
WORKDIR /
RUN apk update && apk add --no-cache bash ca-certificates openssh-client && update-ca-certificates
COPY --from=builder /go/src/github.com/scaleway/scaleway-cli/scw .
Expand Down

0 comments on commit 73c063f

Please sign in to comment.