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 0f368f1 commit 9feeb13Copy full SHA for 9feeb13
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM --platform=$BUILDPLATFORM rust:1.81-slim AS builder
+FROM --platform=$BUILDPLATFORM rust:1.82-slim AS builder
2
WORKDIR /usr/src/sqlpage
3
ARG TARGETARCH
4
ARG BUILDARCH
lambda.Dockerfile
-FROM rust:1.81-alpine as builder
+FROM rust:1.82-alpine as builder
RUN rustup component add clippy rustfmt
RUN apk add --no-cache musl-dev zip
0 commit comments