diff --git a/Dockerfile b/Dockerfile index 214fe38..f8af162 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \