Skip to content

Commit

Permalink
bump ubuntu version in logical-backup Dockerfile (#2478)
Browse files Browse the repository at this point in the history
  • Loading branch information
FxKu committed Nov 29, 2023
1 parent 409e4c7 commit 96077c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/logical-backup/Dockerfile
@@ -1,4 +1,4 @@
FROM registry.opensource.zalan.do/library/ubuntu-18.04:latest
FROM registry.opensource.zalan.do/library/ubuntu-22.04:latest
LABEL maintainer="Team ACID @ Zalando <team-acid@zalando.de>"

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand All @@ -24,12 +24,12 @@ RUN apt-get update \
&& curl --silent https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
&& apt-get update \
&& apt-get install --no-install-recommends -y \
postgresql-client-16 \
postgresql-client-15 \
postgresql-client-14 \
postgresql-client-13 \
postgresql-client-12 \
postgresql-client-11 \
postgresql-client-10 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 96077c4

Please sign in to comment.