Skip to content

Commit 7b92efc

Browse files
authored
Merge pull request #42 from AllenShen/feature/update_filepath
update resource url
2 parents 25e2578 + 92b5110 commit 7b92efc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Dockerfile-muiti-architecture

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,10 @@ ARG TARGETVARIANT
2828

2929
ENV GOMPLATE_VERSION=v3.9.0
3030

31-
RUN wget -O /usr/local/bin/gomplate-amd64 \
32-
"https://github.com/hairyhenderson/gomplate/releases/download/${GOMPLATE_VERSION}/gomplate_linux-amd64" \
31+
RUN wget -O /usr/local/bin/gomplate-amd64 "https://resource.koderover.com/gomplate_linux-amd64" \
3332
&& chmod +x /usr/local/bin/gomplate-amd64
3433

35-
RUN wget -O /usr/local/bin/gomplate-arm64 \
36-
"https://github.com/hairyhenderson/gomplate/releases/download/${GOMPLATE_VERSION}/gomplate_linux-arm64" \
34+
RUN wget -O /usr/local/bin/gomplate-arm64 "https://resource.koderover.com/gomplate_linux-arm64" \
3735
&& chmod +x /usr/local/bin/gomplate-arm64
3836

3937
FROM alpine:3.14.0

0 commit comments

Comments
 (0)