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 13
13
# limitations under the License.
14
14
15
15
16
- FROM docker.io/library/alpine:3.20.3 @sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a as import-cache
16
+ FROM docker.io/library/alpine:3.21.2 @sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099 as import-cache
17
17
18
18
RUN --mount=type=bind,target=/host-tmp \
19
19
--mount=type=cache,target=/root/.cache \
@@ -27,7 +27,7 @@ RUN --mount=type=bind,target=/host-tmp \
27
27
tar xzf /host-tmp/go-pkg-cache.tar.gz --no-same-owner -C /go/pkg; \
28
28
fi
29
29
30
- FROM docker.io/library/alpine:3.20.3 @sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a as cache-creator
30
+ FROM docker.io/library/alpine:3.21.2 @sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099 as cache-creator
31
31
RUN --mount=type=cache,target=/root/.cache \
32
32
--mount=type=cache,target=/go/pkg \
33
33
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