Skip to content

Commit d3748b6

Browse files
committed
Fix yamlscript.org url
1 parent 4a0d9ac commit d3748b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/gcloud-slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN curl -L "https://github.com/getsops/sops/releases/download/${SOPS_VERSION}/s
2020
-o /usr/local/bin/sops && chmod +x /usr/local/bin/sops
2121
RUN curl -L https://github.com/mikefarah/yq/releases/download/v4.34.1/yq_linux_amd64 \
2222
-o /usr/local/bin/yq && chmod +x /usr/local/bin/yq
23-
RUN curl -s http://yamlscript.org/install | BIN=1 bash
23+
RUN curl -s https://yamlscript.org/install | BIN=1 bash
2424
RUN useradd -m -s /usr/bin/bash -G sudo ${USERNAME}
2525
WORKDIR /home/${USERNAME}
2626
USER ${USERNAME}

0 commit comments

Comments
 (0)