File tree 1 file changed +2
-2
lines changed
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.0 @sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd as import-cache
16
+ FROM docker.io/library/alpine:3.20.1 @sha256:b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a0c4394e0 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.0 @sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd as cache-creator
30
+ FROM docker.io/library/alpine:3.20.1 @sha256:b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a0c4394e0 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