We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a769f6a commit 2592c5cCopy full SHA for 2592c5c
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG FROM
+ARG FROM=docker.io/alpine:3.23
2
FROM ${FROM} AS builder
3
4
RUN apk add --no-cache \
@@ -40,7 +40,7 @@ RUN mkdir app && \
40
WORKDIR /bgp3
41
42
RUN mkdir /bgpq3 && \
43
- git clone https://github.com/snar/bgpq3 . && git checkout v0.1.36.1 && \
+ git clone https://github.com/snar/bgpq3 . && git checkout v0.1.38 && \
44
./configure && make install
45
46
WORKDIR /bgp4
build.sh
@@ -216,7 +216,7 @@ fi
216
# Determining the value for DOCKER_FROM
217
###
218
if [ -z "${DOCKER_FROM}" ]; then
219
- DOCKER_FROM="docker.io/alpine:3.22"
+ DOCKER_FROM="docker.io/alpine:3.23"
220
fi
221
222
0 commit comments