Skip to content

Commit

Permalink
🌱 Update image docker.io/library/alpine to v3.19.0
Browse files Browse the repository at this point in the history
| datasource | package                  | from   | to     |
| ---------- | ------------------------ | ------ | ------ |
| docker     | docker.io/library/alpine | 3.18.5 | 3.19.0 |
  • Loading branch information
cluster-stack-bot[bot] authored and Anurag committed Dec 13, 2023
1 parent 09a49cd commit 080f482
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/cache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.


FROM docker.io/library/alpine:3.18.5@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 as import-cache
FROM docker.io/library/alpine:3.19.0@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 as import-cache

RUN --mount=type=bind,target=/host-tmp \
--mount=type=cache,target=/root/.cache \
Expand All @@ -27,7 +27,7 @@ RUN --mount=type=bind,target=/host-tmp \
tar xzf /host-tmp/go-pkg-cache.tar.gz --no-same-owner -C /go/pkg; \
fi

FROM docker.io/library/alpine:3.18.5@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 as cache-creator
FROM docker.io/library/alpine:3.19.0@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 as cache-creator
RUN --mount=type=cache,target=/root/.cache \
--mount=type=cache,target=/go/pkg \
tar czf /tmp/go-build-cache.tar.gz -C /root/.cache/go-build . ; \
Expand Down

0 comments on commit 080f482

Please sign in to comment.