Skip to content

Commit 3ada9b4

Browse files
committed
update rust
1 parent 4624f47 commit 3ada9b4

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.90-slim AS builder
1+
FROM --platform=$BUILDPLATFORM rust:1.91-slim AS builder
22

33
WORKDIR /usr/src/sqlpage
44
ARG TARGETARCH

lambda.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.90-alpine AS builder
1+
FROM rust:1.91-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)