Skip to content

Commit

Permalink
minor(deps): update dependency scaleway/scaleway-cli to v2.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 22, 2024
1 parent 8510268 commit 3b23f7e
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.23 AS build

# renovate: datasource=github-releases depName=scaleway/scaleway-cli
ENV SCW_VERSION=2.33.0
ENV SCW_VERSION=2.34.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 3b23f7e

Please sign in to comment.