Skip to content

Commit bca4313

Browse files
🤖 Updated depdencies 2024-09-11 (#333)
Co-authored-by: Commiter Bot <gythialy.koo+github@gmail.com>
1 parent 53141a2 commit bca4313

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ RUN \
1919
cosign version
2020

2121
# install syft
22-
ARG SYFT_VERSION=v1.11.1
23-
ARG SYFT_SHA=73855edbe791ef548e1b2b14034c1ceddfd80f7a9da9b4e94dc69e4eea5a12bd
22+
ARG SYFT_VERSION=v1.12.2
23+
ARG SYFT_SHA=a41c86cc51a15dbacdf431418b96ee051171b487fdddb7591f275b2d7a7ace1c
2424
RUN \
2525
SYFT_DOWNLOAD_FILE=syft_${SYFT_VERSION#v}_linux_amd64.tar.gz && \
2626
SYFT_DOWNLOAD_URL=https://github.com/anchore/syft/releases/download/${SYFT_VERSION}/${SYFT_DOWNLOAD_FILE} && \
@@ -95,8 +95,8 @@ RUN \
9595
docker -v
9696

9797
# install Buildx
98-
ARG BUILDX_VERSION=v0.16.2
99-
ARG BUILDX_SHA=43e4c928a0be38ab34e206c82957edfdd54f3e7124f1dadd7779591c3acf77ea
98+
ARG BUILDX_VERSION=v0.17.0
99+
ARG BUILDX_SHA=6c65b3a80fd65312ed4949b76d10077c304ea013e78251a91cb0990562ee82a6
100100
RUN \
101101
BUILDX_DOWNLOAD_FILE=buildx-${BUILDX_VERSION}.linux-amd64 && \
102102
wget https://github.com/docker/buildx/releases/download/${BUILDX_VERSION}/buildx-${BUILDX_VERSION}.linux-amd64 && \

0 commit comments

Comments
 (0)