We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0acd07 commit 27fb177Copy full SHA for 27fb177
1 file changed
docker/pg-s3-backup/Dockerfile
@@ -1,6 +1,6 @@
1
-FROM debian:buster-slim as build
+FROM debian:bookworm-slim as build
2
3
-ENV AWS_CLI_VERSION 2.0.27
+ENV AWS_CLI_VERSION 2.27.26
4
5
# Install aws cli
6
RUN apt-get update \
@@ -10,7 +10,7 @@ RUN apt-get update \
10
&& ./aws/install --bin-dir /aws-cli-bin/
11
12
13
-FROM debian:buster-slim
+FROM debian:bookworm-slim
14
15
LABEL maintainer="Penn Labs"
16
0 commit comments