Skip to content

Commit

Permalink
Update alpine Docker tag to v3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 5, 2024
1 parent 72e0e11 commit 2ff3295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/docker/alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ WORKDIR /build
COPY . .
RUN cargo build --release

FROM alpine:3.19
FROM alpine:3.21

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

0 comments on commit 2ff3295

Please sign in to comment.