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 72e0e11 commit 2ff3295Copy full SHA for 2ff3295
distribution/docker/alpine.Dockerfile
@@ -23,7 +23,7 @@ WORKDIR /build
23
COPY . .
24
RUN cargo build --release
25
26
-FROM alpine:3.19
+FROM alpine:3.21
27
28
RUN apk update && apk add --no-cache bash tini curl libgit2
29
WORKDIR /app/noelware/charted/emails
0 commit comments