Skip to content

Commit 2ff3295

Browse files
committed
Update alpine Docker tag to v3.21
1 parent 72e0e11 commit 2ff3295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribution/docker/alpine.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ WORKDIR /build
2323
COPY . .
2424
RUN cargo build --release
2525

26-
FROM alpine:3.19
26+
FROM alpine:3.21
2727

2828
RUN apk update && apk add --no-cache bash tini curl libgit2
2929
WORKDIR /app/noelware/charted/emails

0 commit comments

Comments
 (0)