We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe2a8e commit ca02909Copy full SHA for ca02909
Dockerfile
@@ -1,5 +1,5 @@
1
# syntax=docker/dockerfile:1
2
-FROM rust:1.81-alpine as builder
+FROM rust:1.83-alpine as builder
3
WORKDIR /app
4
5
RUN --mount=type=cache,target=/var/cache/apk,sharing=locked \
0 commit comments