Skip to content

Commit 470a4e0

Browse files
authored
upgrade rust to current latest (#302)
1 parent ca1a043 commit 470a4e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG OPA_BUILD=permit
88
# couldn't get this to work without the help of those two sources
99
# (1) this stage will be run always on current arch
1010
# zigbuild & Cargo targets added
11-
FROM --platform=$BUILDPLATFORM rust:1.85-alpine AS rust_chef
11+
FROM --platform=$BUILDPLATFORM rust:1.94-alpine AS rust_chef
1212
WORKDIR /app
1313
ENV PKGCONFIG_SYSROOTDIR=/
1414
RUN apk add --no-cache musl-dev openssl-dev zig pkgconf perl make

0 commit comments

Comments
 (0)