Skip to content

Commit

Permalink
fix lambda docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Apr 1, 2024
1 parent 4cbdf2f commit 885f8f7
Showing 1 changed file with 1 addition and 1 deletion.
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.77-alpine3.17 as builder
FROM rust:1.77-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 885f8f7

Please sign in to comment.