We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa1c6f9 commit 5e74f38Copy full SHA for 5e74f38
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.21 AS build
+FROM alpine:3.22 AS build
2
ARG DUPLO_VERSION=v1.0.1
3
4
RUN apk --no-cache add \
@@ -14,7 +14,7 @@ RUN mkdir build && \
14
cmake .. -DDUPLO_VERSION=\"$DUPLO_VERSION\" && \
15
make
16
17
-FROM alpine:3.21
+FROM alpine:3.22
18
19
RUN apk --no-cache add libstdc++
20
0 commit comments