Skip to content

Commit df95baa

Browse files
authored
feat: Upgrade sveltosctl to version 1.0.1 (#137)
1 parent 2ce77ed commit df95baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ RUN wget -q "https://github.com/FairwindsOps/pluto/releases/download/v${PLUTO_VE
261261

262262
# Install Sveltosctl
263263
# https://github.com/projectsveltos/sveltosctl/releases
264-
ENV SVELTOSCTL_VERSION=0.57.2
264+
ENV SVELTOSCTL_VERSION=1.0.1
265265
RUN wget -q "https://github.com/projectsveltos/sveltosctl/releases/download/v${SVELTOSCTL_VERSION}/sveltosctl-linux-${TARGETARCH}" -O sveltosctl && \
266266
chmod +x sveltosctl && \
267267
mv sveltosctl /usr/local/bin/sveltosctl

0 commit comments

Comments
 (0)