File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515
16- FROM docker.io/library/alpine:3.21.3 @sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c AS import-cache
16+ FROM docker.io/library/alpine:3.21.4 @sha256:b6a6be0ff92ab6db8acd94f5d1b7a6c2f0f5d10ce3c24af348d333ac6da80685 AS import-cache
1717
1818RUN --mount=type=bind,target=/host-tmp \
1919 --mount=type=cache,target=/root/.cache \
@@ -27,7 +27,7 @@ RUN --mount=type=bind,target=/host-tmp \
2727 tar xzf /host-tmp/go-pkg-cache.tar.gz --no-same-owner -C /go/pkg; \
2828 fi
2929
30- FROM docker.io/library/alpine:3.21.3 @sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c AS cache-creator
30+ FROM docker.io/library/alpine:3.21.4 @sha256:b6a6be0ff92ab6db8acd94f5d1b7a6c2f0f5d10ce3c24af348d333ac6da80685 AS cache-creator
3131RUN --mount=type=cache,target=/root/.cache \
3232 --mount=type=cache,target=/go/pkg \
3333 tar czf /tmp/go-build-cache.tar.gz -C /root/.cache/go-build . ; \
You can’t perform that action at this time.
0 commit comments