We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1c60a2 commit 3065c93Copy full SHA for 3065c93
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.13
+FROM alpine:3.15
2
3
RUN apk update \
4
&& apk --no-cache add dumb-init postgresql-client curl aws-cli
entrypoint.sh
@@ -46,6 +46,9 @@ if [ "${S3_S3V4}" = "yes" ]; then
46
aws configure set default.s3.signature_version s3v4
47
fi
48
49
+pg_dump --version
50
+pg_restore --version
51
+
52
if [ -z "${SCHEDULE}" ]; then
53
sh backup.sh
54
else
0 commit comments