Skip to content

Commit b542eb1

Browse files
committed
🔧 chore(docker): bump cosign and trivy alpine pins to current mirror versions
cosign jumped from 2.4.3-r11 to 2.4.3-r12 and trivy from 0.69.3-r1 to 0.69.3-r2 in the upstream alpine mirrors, which broke local docker builds with "breaks: world[cosign=...]" / "breaks: world[trivy=...]" errors. Match the current pins so docker build works again.
1 parent ecce468 commit b542eb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Dockerfile‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ RUN apk add --no-cache \
2424
su-exec=0.3-r0 \
2525
tini=0.19.0-r3 \
2626
tzdata=2026a-r0 \
27-
&& apk add --no-cache cosign=2.4.3-r11 \
28-
&& apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing trivy=0.69.3-r1 \
27+
&& apk add --no-cache cosign=2.4.3-r12 \
28+
&& apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing trivy=0.69.3-r2 \
2929
&& apk upgrade --no-cache zlib \
3030
&& mkdir /store && chown node:node /store
3131

0 commit comments

Comments
 (0)