root: update dev postgresql image

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
Marc 'risson' Schmitt 2024-01-11 19:27:18 +01:00
parent f77c2e8254
commit 7f70a86289
3 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ description: "Setup authentik testing environment"
inputs: inputs:
postgresql_version: postgresql_version:
description: "Optional postgresql image tag" description: "Optional postgresql image tag"
default: "12" default: "16"
runs: runs:
using: "composite" using: "composite"
@ -18,7 +18,7 @@ runs:
- name: Setup python and restore poetry - name: Setup python and restore poetry
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version-file: 'pyproject.toml' python-version-file: "pyproject.toml"
cache: "poetry" cache: "poetry"
- name: Setup node - name: Setup node
uses: actions/setup-node@v3 uses: actions/setup-node@v3

View File

@ -2,7 +2,7 @@ version: "3.7"
services: services:
postgresql: postgresql:
image: docker.io/library/postgres:${PSQL_TAG:-12} image: docker.io/library/postgres:${PSQL_TAG:-16}
volumes: volumes:
- db-data:/var/lib/postgresql/data - db-data:/var/lib/postgresql/data
environment: environment:

View File

@ -3,7 +3,7 @@ version: "3.7"
services: services:
postgresql: postgresql:
container_name: postgres container_name: postgres
image: docker.io/library/postgres:12 image: docker.io/library/postgres:16
volumes: volumes:
- db-data:/var/lib/postgresql/data - db-data:/var/lib/postgresql/data
environment: environment: