We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca1a043 commit 470a4e0Copy full SHA for 470a4e0
1 file changed
Dockerfile
@@ -8,7 +8,7 @@ ARG OPA_BUILD=permit
8
# couldn't get this to work without the help of those two sources
9
# (1) this stage will be run always on current arch
10
# zigbuild & Cargo targets added
11
-FROM --platform=$BUILDPLATFORM rust:1.85-alpine AS rust_chef
+FROM --platform=$BUILDPLATFORM rust:1.94-alpine AS rust_chef
12
WORKDIR /app
13
ENV PKGCONFIG_SYSROOTDIR=/
14
RUN apk add --no-cache musl-dev openssl-dev zig pkgconf perl make
0 commit comments