File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ RUN git clone -b master https://github.com/vulcand/vulcand.git /srv/app/src && \
44 cd /srv/app/src && \
55 GO111MODULE=on go install ./...
66
7- FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:3b0f6fcc3740af39ade20df4e15f3221cd3359a582157724ff1b70c34ad7f9f8
7+ FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:e9853aa23cf4ad58e922decc6268a4e3a5626f2f973ef876550c9c27e9fd077c
88
99EXPOSE 8181 8182
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ RUN git clone -b master https://github.com/vulcand/vulcand.git /srv/app/src && \
44 cd /srv/app/src && \
55 GO111MODULE=on go install ./...
66
7- FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:7a60bb2fd5526a0486dd82c566bca86f601eea7f24b49a2a03d217cdeb21ffbf
7+ FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:ddc7342e028f7d813c37ffaf262fd319d00cc2809c589e333cfd75db9c9e1804
88
99EXPOSE 8181 8182
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ RUN git clone -b master https://github.com/vulcand/vulcand.git /srv/app/src && \
44 cd /srv/app/src && \
55 GO111MODULE=on go install ./...
66
7- FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:f2b5f17d5bcecc876889c72fe2f08c8747a6643a250ccd7b5b72ccdfddbb36f7
7+ FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:eed5c5fc267853036f5bba25706d7833e8ebf7f24cb1f3f393463f9fe15057f1
88
99EXPOSE 8181 8182
1010
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN git clone -b ${VULCAND_VERSION} https://github.com/vulcand/vulcand.git /srv/
77 cd /srv/app/src && \
88 GO111MODULE=on go install ./...
99
10- FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:3b0f6fcc3740af39ade20df4e15f3221cd3359a582157724ff1b70c34ad7f9f8
10+ FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:e9853aa23cf4ad58e922decc6268a4e3a5626f2f973ef876550c9c27e9fd077c
1111
1212EXPOSE 8181 8182
1313
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN git clone -b ${VULCAND_VERSION} https://github.com/vulcand/vulcand.git /srv/
77 cd /srv/app/src && \
88 GO111MODULE=on go install ./...
99
10- FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:7a60bb2fd5526a0486dd82c566bca86f601eea7f24b49a2a03d217cdeb21ffbf
10+ FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:ddc7342e028f7d813c37ffaf262fd319d00cc2809c589e333cfd75db9c9e1804
1111
1212EXPOSE 8181 8182
1313
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN git clone -b ${VULCAND_VERSION} https://github.com/vulcand/vulcand.git /srv/
77 cd /srv/app/src && \
88 GO111MODULE=on go install ./...
99
10- FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:f2b5f17d5bcecc876889c72fe2f08c8747a6643a250ccd7b5b72ccdfddbb36f7
10+ FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:eed5c5fc267853036f5bba25706d7833e8ebf7f24cb1f3f393463f9fe15057f1
1111
1212EXPOSE 8181 8182
1313
You can’t perform that action at this time.
0 commit comments