Restrict postgres version

This commit is contained in:
Mo 2022-10-22 21:51:32 +02:00
parent f177aec01d
commit 42c89a8792
3 changed files with 3 additions and 3 deletions

View file

@ -34,7 +34,7 @@ podman-default-create \
-v $db_container_dir:/var/lib/postgresql/data:Z \
--env-file $db_env_file \
--label "io.containers.autoupdate=registry" \
docker.io/library/postgres:alpine
docker.io/library/postgres:14-alpine
podman-default-create \
$container_name \

View file

@ -29,7 +29,7 @@ podman-default-create \
-v $db_container_dir:/var/lib/postgresql/data:Z \
--env-file $postgres_env_file \
--label "io.containers.autoupdate=registry" \
docker.io/library/postgres:alpine
docker.io/library/postgres:14-alpine
podman-default-create \
$container_name \

View file

@ -23,7 +23,7 @@ podman-default-create \
-v $db_container_dir:/var/lib/postgresql/data:Z \
--env-file $db_env_file \
--label "io.containers.autoupdate=registry" \
docker.io/library/postgres:alpine
docker.io/library/postgres:14-alpine
podman-default-create \
$container_name \