We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d445562 commit e3c23b6Copy full SHA for e3c23b6
Dockerfile
@@ -1,5 +1,5 @@
1
# Build stage
2
-FROM rust:1.80.1-alpine3.20 AS cargo-build
+FROM rust:1.87.0-alpine3.20 AS cargo-build
3
4
RUN apk add --no-cache musl-dev pkgconfig openssl-dev
5
Dockerfile.debian
-FROM rust:1.80.1-bookworm AS cargo-build
+FROM rust:1.87.0-bookworm AS cargo-build
RUN apt-get update
RUN apt-get install -y libgcc-12-dev libc6-dev pkg-config libssl-dev
0 commit comments