File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
33# Create a basic stage set up to build APKs
4- FROM alpine:3.20 as alpine-builder
4+ FROM alpine:3.22 as alpine-builder
55RUN apk add \
66 --update-cache \
77 abuild \
@@ -25,7 +25,7 @@ RUN cd /src/libyang \
2525 && abuild -r -P /pkgs/apk
2626
2727# This stage builds a dist tarball from the source
28- FROM alpine:3.20 as source-builder
28+ FROM alpine:3.22 as source-builder
2929RUN mkdir -p /src/alpine /pkgs/apk
3030COPY alpine/APKBUILD.in /src/alpine
3131COPY --from=alpine-apk-builder-libyang /pkgs/apk/src /pkgs/apk
@@ -59,7 +59,7 @@ RUN cd /dist \
5959 && abuild -r -P /pkgs/apk
6060
6161# This stage installs frr from the apk
62- FROM alpine:3.20
62+ FROM alpine:3.22
6363RUN mkdir -p /pkgs/apk
6464COPY --from=alpine-apk-builder /pkgs/apk/ /pkgs/apk/
6565RUN apk add \
You can’t perform that action at this time.
0 commit comments