Skip to content

Commit 973b17d

Browse files
authored
Merge pull request #226 from DenuxPlays/renovate/alpine-3.x
Update alpine Docker tag to v3.23.3
2 parents 213a72c + f23b2ca commit 973b17d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY . .
1111
RUN cargo build --release --features "mimalloc"
1212

1313
# Final stage: create a minimal runtime image
14-
FROM alpine:3.23.2
14+
FROM alpine:3.23.3
1515

1616
# Update package repositories
1717
RUN apk add --no-cache curl tzdata && \

0 commit comments

Comments
 (0)