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 fbcfb85 commit 3a94be6Copy full SHA for 3a94be6
post-compute/Dockerfile
@@ -1,7 +1,7 @@
1
FROM rust:1.88-alpine3.22 AS builder
2
3
# Install build dependencies with pinned versions
4
-RUN apk add --no-cache musl-dev=1.2.5-r10 openssl-dev=3.5.2-r0
+RUN apk add --no-cache musl-dev=1.2.5-r10 openssl-dev=3.5.3-r1
5
6
WORKDIR /app
7
pre-compute/Dockerfile
0 commit comments