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 ceb1e8d commit 2cdaa46Copy full SHA for 2cdaa46
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.22 AS build
+FROM alpine:3.23 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.22
+FROM alpine:3.23
18
19
RUN apk --no-cache add libstdc++
20
0 commit comments