Skip to content

Commit 27fb177

Browse files
authored
Fix pg-backup to work with our pg version (#206)
* Update to bookworm for newer pg-dump and update aws cli * Fix typo
1 parent b0acd07 commit 27fb177

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docker/pg-s3-backup/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM debian:buster-slim as build
1+
FROM debian:bookworm-slim as build
22

3-
ENV AWS_CLI_VERSION 2.0.27
3+
ENV AWS_CLI_VERSION 2.27.26
44

55
# Install aws cli
66
RUN apt-get update \
@@ -10,7 +10,7 @@ RUN apt-get update \
1010
&& ./aws/install --bin-dir /aws-cli-bin/
1111

1212

13-
FROM debian:buster-slim
13+
FROM debian:bookworm-slim
1414

1515
LABEL maintainer="Penn Labs"
1616

0 commit comments

Comments
 (0)