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