Skip to content

Commit 2b1398b

Browse files
Merge 5e74f38 into aa1c6f9
2 parents aa1c6f9 + 5e74f38 commit 2b1398b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.21 AS build
1+
FROM alpine:3.22 AS build
22
ARG DUPLO_VERSION=v1.0.1
33

44
RUN apk --no-cache add \
@@ -14,7 +14,7 @@ RUN mkdir build && \
1414
cmake .. -DDUPLO_VERSION=\"$DUPLO_VERSION\" && \
1515
make
1616

17-
FROM alpine:3.21
17+
FROM alpine:3.22
1818

1919
RUN apk --no-cache add libstdc++
2020

0 commit comments

Comments
 (0)