Skip to content

Commit 7a7092b

Browse files
committed
update syft, grype, poetry
1 parent 87820e9 commit 7a7092b

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/base/.devcontainer/Dockerfile.grype

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.23.3 AS build
22
ARG TARGETARCH
3-
ARG GRYPE_VERSION="0.110.0"
3+
ARG GRYPE_VERSION="0.111.0"
44
ENV GRYPE_VERSION=${GRYPE_VERSION}
55
RUN apk add --no-cache cosign bash curl jq
66
COPY --chmod=755 scripts/install_anchore_tool.sh /tmp/install_anchore_tool.sh

src/base/.devcontainer/Dockerfile.syft

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.23.3 AS build
22
ARG TARGETARCH
3-
ARG SYFT_VERSION="1.42.3"
3+
ARG SYFT_VERSION="1.42.4"
44
ENV SYFT_VERSION=${SYFT_VERSION}
55
RUN apk add --no-cache cosign bash curl jq
66
COPY --chmod=755 scripts/install_anchore_tool.sh /tmp/install_anchore_tool.sh
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
python 3.12.13
2-
poetry 2.3.2
2+
poetry 2.3.4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
python 3.13.12
2-
poetry 2.3.2
2+
poetry 2.3.4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
python 3.14.3
2-
poetry 2.3.2
2+
poetry 2.3.4

0 commit comments

Comments
 (0)