Skip to content

Commit

Permalink
update to rust 1.81
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Sep 25, 2024
1 parent a9bd63a commit 25ce73d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM rust:1.80-slim AS builder
FROM --platform=$BUILDPLATFORM rust:1.81-slim AS builder
WORKDIR /usr/src/sqlpage
ARG TARGETARCH
ARG BUILDARCH
Expand Down
2 changes: 1 addition & 1 deletion lambda.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.80-alpine as builder
FROM rust:1.81-alpine as builder
RUN rustup component add clippy rustfmt
RUN apk add --no-cache musl-dev zip
WORKDIR /usr/src/sqlpage
Expand Down

0 comments on commit 25ce73d

Please sign in to comment.