Skip to content

Commit 96077c4

Browse files
authored
bump ubuntu version in logical-backup Dockerfile (#2478)
1 parent 409e4c7 commit 96077c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/logical-backup/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.opensource.zalan.do/library/ubuntu-18.04:latest
1+
FROM registry.opensource.zalan.do/library/ubuntu-22.04:latest
22
LABEL maintainer="Team ACID @ Zalando <[email protected]>"
33

44
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
@@ -24,12 +24,12 @@ RUN apt-get update \
2424
&& curl --silent https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
2525
&& apt-get update \
2626
&& apt-get install --no-install-recommends -y \
27+
postgresql-client-16 \
2728
postgresql-client-15 \
2829
postgresql-client-14 \
2930
postgresql-client-13 \
3031
postgresql-client-12 \
3132
postgresql-client-11 \
32-
postgresql-client-10 \
3333
&& apt-get clean \
3434
&& rm -rf /var/lib/apt/lists/*
3535

0 commit comments

Comments
 (0)