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 e69c127 commit 3b5bb2eCopy full SHA for 3b5bb2e
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.11 AS build
+FROM alpine:3.21 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.11
+FROM alpine:3.21
18
19
RUN apk --no-cache add libstdc++
20
0 commit comments