Skip to content

Commit 0a93d81

Browse files
committed
Update to rust 1.73
1 parent bee3f3f commit 0a93d81

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.72-slim as builder
1+
FROM --platform=$BUILDPLATFORM rust:1.73-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.70-alpine3.17 as builder
1+
FROM rust:1.73-alpine3.17 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)