Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and layertwo committed Jan 12, 2025
1 parent a981c9e commit b13d36f
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.21.1 AS builder
FROM alpine:3.21.2 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.21.1
FROM alpine:3.21.2
RUN apk update
RUN apk upgrade
RUN apk add bash libssh inotify-tools
Expand Down

0 comments on commit b13d36f

Please # to comment.