Skip to content

Commit 5d7eae3

Browse files
sabineMisterDA
andcommitted
Update Dockerfile to use alpine:3.22
Co-authored-by: Antonin Décimo <[email protected]>
1 parent a19a329 commit 5d7eae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1
2-
FROM alpine:3.21 AS build
2+
FROM alpine:3.22 AS build
33

44
# Install system dependencies
55
RUN apk -U upgrade && apk add \

0 commit comments

Comments
 (0)