bumped postgres verion to 14

This commit is contained in:
bom 2021-11-10 13:34:07 +01:00
parent 1cf40324bd
commit 739abde77a
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ function main() {
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
apt-get update > /dev/null; apt-get update > /dev/null;
apt-get -qqy install wget postgresql-client-13 restic > /dev/null; apt-get -qqy install wget postgresql-client-14 restic > /dev/null;
update-ca-certificates update-ca-certificates

View file

@ -1,6 +1,6 @@
FROM dda-backup FROM dda-backup
RUN apt -yqq install openjdk-13-jre-headless > /dev/null RUN apt update > /dev/null && apt -yqq install openjdk-13-jre-headless > /dev/null
RUN curl -L -o /tmp/serverspec.jar https://github.com/DomainDrivenArchitecture/dda-serverspec-crate/releases/download/2.0.0/dda-serverspec-standalone.jar RUN curl -L -o /tmp/serverspec.jar https://github.com/DomainDrivenArchitecture/dda-serverspec-crate/releases/download/2.0.0/dda-serverspec-standalone.jar

View file

@ -1,5 +1,5 @@
{:package [{:name "restic"} {:package [{:name "restic"}
{:name "postgresql-client-13"}] {:name "postgresql-client-14"}]
:file [{:path "/usr/local/lib/functions.sh" :mod "400"} :file [{:path "/usr/local/lib/functions.sh" :mod "400"}
{:path "/usr/local/lib/pg-functions.sh" :mod "400"} {:path "/usr/local/lib/pg-functions.sh" :mod "400"}
{:path "/usr/local/lib/file-functions.sh" :mod "400"}]} {:path "/usr/local/lib/file-functions.sh" :mod "400"}]}