Skip to content

Commit

Permalink
minor(deps): update dependency scaleway/scaleway-cli to v2.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 25, 2024
1 parent eb26c7f commit 5915b8b
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
@@ -1,7 +1,7 @@
FROM ghcr.io/dockhippie/golang:1.21 AS build

# renovate: datasource=github-releases depName=scaleway/scaleway-cli
ENV SCW_VERSION=2.27.0
ENV SCW_VERSION=2.28.0

RUN git clone -b v${SCW_VERSION} https://github.com/scaleway/scaleway-cli.git /srv/app/src && \
cd /srv/app/src && \
Expand Down

0 comments on commit 5915b8b

Please sign in to comment.