We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd49b96 commit f213c21Copy full SHA for f213c21
1 file changed
Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:3.23@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f21
2
RUN apk add --no-cache wget tar unzip
3
4
WORKDIR /app
5
-ARG VERSION=0.15.0
+ARG VERSION=0.20.2
6
ARG PLATFORM=Linux_x86_64 # Change this based on your target system
7
8
RUN wget https://github.com/privateerproj/privateer/releases/download/v${VERSION}/privateer_${PLATFORM}.tar.gz
0 commit comments