Skip to content

Commit 90d4b01

Browse files
committed
update to rust 1.86
1 parent 7d1e85f commit 90d4b01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM rust:1.83-slim AS builder
1+
FROM --platform=$BUILDPLATFORM rust:1.86-slim AS builder
22
WORKDIR /usr/src/sqlpage
33
ARG TARGETARCH
44
ARG BUILDARCH

lambda.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.83-alpine as builder
1+
FROM rust:1.86-alpine as builder
22
RUN rustup component add clippy rustfmt
33
RUN apk add --no-cache musl-dev zip
44
WORKDIR /usr/src/sqlpage

0 commit comments

Comments
 (0)