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.2 @sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099 as import-cache
16+ FROM docker.io/library/alpine:3.21.3 @sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c 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.2 @sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099 as cache-creator
30+ FROM docker.io/library/alpine:3.21.3 @sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c 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