Skip to content

Commit

Permalink
Merge pull request #174 from layertwo/renovate/alpine-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
layertwo authored Sep 7, 2024
2 parents a203c47 + 2ce1d7f commit f16decb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions containers/bird/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit f16decb

Please # to comment.