Skip to content

Commit 80060cd

Browse files
committed
fix: privateer-sdk version
Signed-off-by: Joana Maia <jmaia@contractor.linuxfoundation.org>
1 parent d5bbef7 commit 80060cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/services/docker/Dockerfile.security_best_practices_worker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:3.21 AS core
22
RUN apk add --no-cache wget tar unzip
33

44
WORKDIR /app
5-
ARG VERSION=0.7.0
5+
ARG VERSION=0.21.2
66
ARG PLATFORM=Linux_x86_64
77

88
RUN wget https://github.com/privateerproj/privateer/releases/download/v${VERSION}/privateer_${PLATFORM}.tar.gz

0 commit comments

Comments
 (0)