We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9bd63a commit 25ce73dCopy full SHA for 25ce73d
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM --platform=$BUILDPLATFORM rust:1.80-slim AS builder
+FROM --platform=$BUILDPLATFORM rust:1.81-slim AS builder
2
WORKDIR /usr/src/sqlpage
3
ARG TARGETARCH
4
ARG BUILDARCH
lambda.Dockerfile
-FROM rust:1.80-alpine as builder
+FROM rust:1.81-alpine as builder
RUN rustup component add clippy rustfmt
RUN apk add --no-cache musl-dev zip
0 commit comments