Skip to content

Commit 9feeb13

Browse files
committed
update rust to rust 1.82
1 parent 0f368f1 commit 9feeb13

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.81-slim AS builder
1+
FROM --platform=$BUILDPLATFORM rust:1.82-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.81-alpine as builder
1+
FROM rust:1.82-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)