Skip to content

Commit 0ae4b08

Browse files
committed
update dockerfile
1 parent 566d261 commit 0ae4b08

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG TARGETARCH
66
# args -- software versions
77
ARG DKF_CLI_OS=${TARGETOS}
88
ARG DKF_CLI_ARCH=${TARGETARCH}
9-
ARG DKF_CLI_RELEASE_TAG=v0.1.0
9+
ARG DKF_CLI_RELEASE_TAG=v0.1.2
1010

1111
# args -- uid/gid
1212
ARG DEPLOYKF_USER=deploykf
@@ -16,8 +16,8 @@ ARG DEPLOYKF_GID=1001
1616
ARG DEPLOYKF_HOME=/home/${DEPLOYKF_USER}
1717

1818
# install deploykf cli
19-
RUN wget -q -O /tmp/deploykf "https://github.com/deploykf/cli/releases/download/${DKF_CLI_RELEASE_TAG}/deploykf-${DKF_CLI_OS}-${DKF_CLI_ARCH}" \
20-
&& wget -q -O /tmp/deploykf.sha256 "https://github.com/deploykf/cli/releases/download/${DKF_CLI_RELEASE_TAG}/deploykf-${DKF_CLI_OS}-${DKF_CLI_ARCH}.sha256" \
19+
RUN wget -q -O /tmp/deploykf "https://github.com/kaasops/deploykf-cli/releases/download/${DKF_CLI_RELEASE_TAG}/deploykf-${DKF_CLI_OS}-${DKF_CLI_ARCH}" \
20+
&& wget -q -O /tmp/deploykf.sha256 "https://github.com/kaasops/deploykf-cli/releases/download/${DKF_CLI_RELEASE_TAG}/deploykf-${DKF_CLI_OS}-${DKF_CLI_ARCH}.sha256" \
2121
&& echo "$(cat /tmp/deploykf.sha256 | awk '{ print $1; }') /tmp/deploykf" | sha256sum -c - \
2222
&& chmod +x /tmp/deploykf \
2323
&& mv /tmp/deploykf /usr/local/bin/deploykf \

0 commit comments

Comments
 (0)