Skip to content

Commit 822f8c6

Browse files
committed
chore: upgrade alpine to 3.22 and openssl to 3.3.4
1 parent 396f64f commit 822f8c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM alpine:3.21 as builder
2+
FROM alpine:3.22 as builder
33

44
WORKDIR /build
55

@@ -22,7 +22,7 @@ RUN git clone https://github.com/acassen/keepalived.git . && \
2222
make install
2323

2424
# Final stage
25-
FROM alpine:3.21
25+
FROM alpine:3.22
2626

2727
# Add OCI labels
2828
LABEL org.opencontainers.image.title="Keepalived"
@@ -40,7 +40,7 @@ LABEL org.opencontainers.image.licenses="GNU GENERAL PUBLIC LICENSE v3.0"
4040
RUN apk add --no-cache \
4141
libnl3=3.11.0-r0 \
4242
libnfnetlink=1.0.2-r3 \
43-
openssl=3.3.3-r0 \
43+
openssl=3.3.4-r0 \
4444
ipvsadm=1.31-r3 \
4545
gettext=0.22.5-r0 \
4646
iproute2=6.11.0-r0

0 commit comments

Comments
 (0)