Skip to content

Commit

Permalink
Update alpine Docker tag to v3.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 27, 2024
1 parent 0645500 commit 630bcd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker_builds/pgbouncer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.11.6 AS build_stage
FROM alpine:3.20.0 AS build_stage

ARG PGBOUNCER_VERSION

Expand All @@ -15,7 +15,7 @@ RUN pip install docutils \
WORKDIR /bin
RUN ln -s ../usr/bin/rst2man.py rst2man

FROM alpine:3.11.6
FROM alpine:3.20.0

RUN apk --update add libevent openssl c-ares
WORKDIR /
Expand Down

0 comments on commit 630bcd2

Please sign in to comment.