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:21129a7d1ec61f07acab800a7380867069f5b21e15d4b54f45eb25bd8e7e3a38
7+ FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:b72fb7d0c19fb9f15b0510d87d99cde0626e562b88826894cb500b53ade1fe72
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:ed2086064b6d9258c7371e1de328006553a2434b565477a39204e62cbff829f7
7+ FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:b390a7b6e27e6915ddc2c1391872ba5dcc4a8bd015ebb217e2ecda063f383b4f
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:45f468bfd61a995689d7479b2f840376bc7ae1c5020d694157d5c4e997149e10
7+ FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:575bed5f4723df91cb16ff3ad3fe1c479839dcd568db3cad204efb36d85125f6
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:21129a7d1ec61f07acab800a7380867069f5b21e15d4b54f45eb25bd8e7e3a38
10+ FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:b72fb7d0c19fb9f15b0510d87d99cde0626e562b88826894cb500b53ade1fe72
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:ed2086064b6d9258c7371e1de328006553a2434b565477a39204e62cbff829f7
10+ FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:b390a7b6e27e6915ddc2c1391872ba5dcc4a8bd015ebb217e2ecda063f383b4f
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:45f468bfd61a995689d7479b2f840376bc7ae1c5020d694157d5c4e997149e10
10+ FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:575bed5f4723df91cb16ff3ad3fe1c479839dcd568db3cad204efb36d85125f6
1111
1212EXPOSE 8181 8182
1313
You can’t perform that action at this time.
0 commit comments