From cc07995259e879f66d490f265cccd35224c40278 Mon Sep 17 00:00:00 2001 From: surtur Date: Tue, 8 Aug 2023 13:54:13 +0200 Subject: [PATCH] justfile,readme: bump postgres to 15.3-alpine3.18 --- README.md | 2 +- justfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 83ab732..68eddfc 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ just dbstop podman run --pod pcmt --replace -d --name "pcmt-pg" --rm \ -e POSTGRES_INITDB_ARGS="--auth-host=scram-sha-256 --auth-local=scram-sha-256" \ -e POSTGRES_PASSWORD=postgres -v $PWD/tmp/db:/var/lib/postgresql/data \ - docker.io/library/postgres:15.2-alpine3.17 + docker.io/library/postgres:15.3-alpine3.18 # run the application in the pod (assuming that you have built it as in the # previous example). do note that we're connecting to the db using its diff --git a/justfile b/justfile index ec006cb..df95473 100644 --- a/justfile +++ b/justfile @@ -87,7 +87,7 @@ dbstart: --health-interval 10s \ --health-timeout 1s \ --health-start-period=5s \ - docker.io/library/postgres:15.2-alpine3.17 + docker.io/library/postgres:15.3-alpine3.18 # stop pg. dbstop: