justfile,readme: bump postgres to 15.3-alpine3.18
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2023-08-08 13:54:13 +02:00
parent a70b52dc04
commit cc07995259
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI
2 changed files with 2 additions and 2 deletions

@ -75,7 +75,7 @@ just dbstop
podman run --pod pcmt --replace -d --name "pcmt-pg" --rm \ 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_INITDB_ARGS="--auth-host=scram-sha-256 --auth-local=scram-sha-256" \
-e POSTGRES_PASSWORD=postgres -v $PWD/tmp/db:/var/lib/postgresql/data \ -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 # 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 # previous example). do note that we're connecting to the db using its

@ -87,7 +87,7 @@ dbstart:
--health-interval 10s \ --health-interval 10s \
--health-timeout 1s \ --health-timeout 1s \
--health-start-period=5s \ --health-start-period=5s \
docker.io/library/postgres:15.2-alpine3.17 docker.io/library/postgres:15.3-alpine3.18
# stop pg. # stop pg.
dbstop: dbstop: