We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 409e4c7 commit 96077c4Copy full SHA for 96077c4
docker/logical-backup/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM registry.opensource.zalan.do/library/ubuntu-18.04:latest
+FROM registry.opensource.zalan.do/library/ubuntu-22.04:latest
2
LABEL maintainer="Team ACID @ Zalando <team-acid@zalando.de>"
3
4
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
@@ -24,12 +24,12 @@ RUN apt-get update \
24
&& curl --silent https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
25
&& apt-get update \
26
&& apt-get install --no-install-recommends -y \
27
+ postgresql-client-16 \
28
postgresql-client-15 \
29
postgresql-client-14 \
30
postgresql-client-13 \
31
postgresql-client-12 \
32
postgresql-client-11 \
- postgresql-client-10 \
33
&& apt-get clean \
34
&& rm -rf /var/lib/apt/lists/*
35
0 commit comments