Skip to content

Commit 2592c5c

Browse files
committed
Use Alpine 3.23 and bgpq3 0.1.38
1 parent a769f6a commit 2592c5c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG FROM
1+
ARG FROM=docker.io/alpine:3.23
22
FROM ${FROM} AS builder
33

44
RUN apk add --no-cache \
@@ -40,7 +40,7 @@ RUN mkdir app && \
4040
WORKDIR /bgp3
4141

4242
RUN mkdir /bgpq3 && \
43-
git clone https://github.com/snar/bgpq3 . && git checkout v0.1.36.1 && \
43+
git clone https://github.com/snar/bgpq3 . && git checkout v0.1.38 && \
4444
./configure && make install
4545

4646
WORKDIR /bgp4

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ fi
216216
# Determining the value for DOCKER_FROM
217217
###
218218
if [ -z "${DOCKER_FROM}" ]; then
219-
DOCKER_FROM="docker.io/alpine:3.22"
219+
DOCKER_FROM="docker.io/alpine:3.23"
220220
fi
221221

222222
###

0 commit comments

Comments
 (0)