Skip to content

Commit

Permalink
feat: update to postgresql 14 and alpine 3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderBabel authored Apr 28, 2022
1 parent b3a4861 commit 13293ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM dokku/s3backup:0.12.0
FROM alexbabel/s3backup:0.13.0

RUN apk add --no-cache mongodb-tools postgresql-client mysql-client python3 bash && rm -f /var/cache/apk/*
RUN apk add --no-cache mongodb-tools postgresql14-client mysql-client python3 bash && rm -f /var/cache/apk/*

COPY entrypoint.sh /usr/bin/entrypoint.sh
COPY mongodb.sh /usr/bin/mongodb.sh
Expand Down

0 comments on commit 13293ca

Please sign in to comment.