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 4624f47 commit 3ada9b4Copy full SHA for 3ada9b4
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM --platform=$BUILDPLATFORM rust:1.90-slim AS builder
+FROM --platform=$BUILDPLATFORM rust:1.91-slim AS builder
2
3
WORKDIR /usr/src/sqlpage
4
ARG TARGETARCH
lambda.Dockerfile
-FROM rust:1.90-alpine AS builder
+FROM rust:1.91-alpine AS builder
RUN rustup component add clippy rustfmt
RUN apk add --no-cache musl-dev zip
0 commit comments