Skip to content

Commit 65bef62

Browse files
committed
🤖 Updated depdencies 2024-07-12
1 parent 0a463ad commit 65bef62

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.8.0
23-
ARG SYFT_SHA=b487ee715e715e960f0d327b49ed9f5926b82bfa2f7283942f9631c41e7c0545
22+
ARG SYFT_VERSION=v1.9.0
23+
ARG SYFT_SHA=4c7db3f86a7cd86997fc37da412ac4c6031bb8d0a319a0b152791e53cd240ac4
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.15.1
99-
ARG BUILDX_SHA=8d486f0088b7407a90ad675525ba4a17d0a537741b9b33fe3391a88cafa2dd0b
98+
ARG BUILDX_VERSION=v0.16.0
99+
ARG BUILDX_SHA=9a9a6ca0b929a57db01020fb226b1a2ea2bc57eba63d4adec46c43d0009506e2
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)