We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce77ed commit df95baaCopy full SHA for df95baa
Dockerfile
@@ -261,7 +261,7 @@ RUN wget -q "https://github.com/FairwindsOps/pluto/releases/download/v${PLUTO_VE
261
262
# Install Sveltosctl
263
# https://github.com/projectsveltos/sveltosctl/releases
264
-ENV SVELTOSCTL_VERSION=0.57.2
+ENV SVELTOSCTL_VERSION=1.0.1
265
RUN wget -q "https://github.com/projectsveltos/sveltosctl/releases/download/v${SVELTOSCTL_VERSION}/sveltosctl-linux-${TARGETARCH}" -O sveltosctl && \
266
chmod +x sveltosctl && \
267
mv sveltosctl /usr/local/bin/sveltosctl
0 commit comments