Skip to content

Commit 53d7bdf

Browse files
🌱 Update image docker.io/library/alpine to v3.20.1 (#176)
| datasource | package | from | to | | ---------- | ------------------------ | ------ | ------ | | docker | docker.io/library/alpine | 3.20.0 | 3.20.1 | Co-authored-by: cluster-stack-bot[bot] <143188378+cluster-stack-bot[bot]@users.noreply.github.com>
1 parent b04c96f commit 53d7bdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/cache/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515

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
1717

1818
RUN --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.20.0@sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd as cache-creator
30+
FROM docker.io/library/alpine:3.20.1@sha256:b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a0c4394e0 as cache-creator
3131
RUN --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 . ; \

0 commit comments

Comments
 (0)