We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 396f64f commit 822f8c6Copy full SHA for 822f8c6
Dockerfile
@@ -1,5 +1,5 @@
1
# Build stage
2
-FROM alpine:3.21 as builder
+FROM alpine:3.22 as builder
3
4
WORKDIR /build
5
@@ -22,7 +22,7 @@ RUN git clone https://github.com/acassen/keepalived.git . && \
22
make install
23
24
# Final stage
25
-FROM alpine:3.21
+FROM alpine:3.22
26
27
# Add OCI labels
28
LABEL org.opencontainers.image.title="Keepalived"
@@ -40,7 +40,7 @@ LABEL org.opencontainers.image.licenses="GNU GENERAL PUBLIC LICENSE v3.0"
40
RUN apk add --no-cache \
41
libnl3=3.11.0-r0 \
42
libnfnetlink=1.0.2-r3 \
43
- openssl=3.3.3-r0 \
+ openssl=3.3.4-r0 \
44
ipvsadm=1.31-r3 \
45
gettext=0.22.5-r0 \
46
iproute2=6.11.0-r0
0 commit comments