From 2ce1d7f594b237528c172c9669d601985b840123 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 01:31:15 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.20.3 --- containers/bird/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/bird/Dockerfile b/containers/bird/Dockerfile index 5b69cc81..a33ef0b6 100644 --- a/containers/bird/Dockerfile +++ b/containers/bird/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20.2 AS builder +FROM alpine:3.20.3 AS builder ENV BIRD_VERSION=2.15.1 RUN apk update RUN apk upgrade @@ -12,7 +12,7 @@ WORKDIR /bird-$BIRD_VERSION RUN ./configure RUN make install -FROM alpine:3.20.2 +FROM alpine:3.20.3 RUN apk update RUN apk upgrade RUN apk add bash libssh inotify-tools