We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 224ab2d commit 11a854dCopy full SHA for 11a854d
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM rust:1.66.1-alpine3.17 as builder
+FROM rust:1.67-alpine3.17 as builder
2
RUN apk add --no-cache musl-dev
3
WORKDIR /usr/src/sqlpage
4
RUN cargo init .
0 commit comments