Merge pull request #243 from andrewbrereton/master [skip ci]

fix: Use postgres:14 instead of postgres:latest [skip ci]
This commit is contained in:
Nicolas Meienberger 2022-10-16 13:28:37 +02:00 committed by GitHub
commit 440cf635c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:latest
image: postgres:14
env:
POSTGRES_PASSWORD: postgres
ports:

View file

@ -20,7 +20,7 @@ services:
tipi-db:
container_name: tipi-db
image: postgres:latest
image: postgres:14
restart: on-failure
stop_grace_period: 1m
volumes:

View file

@ -19,7 +19,7 @@ services:
tipi-db:
container_name: tipi-db
image: postgres:latest
image: postgres:14
restart: on-failure
stop_grace_period: 1m
volumes:

View file

@ -18,7 +18,7 @@ services:
tipi-db:
container_name: tipi-db
image: postgres:latest
image: postgres:14
restart: on-failure
stop_grace_period: 1m
volumes: