ci: pin postgres docker image version

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-06-11 14:44:47 +02:00
parent a8c6dee5cd
commit 49af09d40b

View file

@ -89,7 +89,8 @@ jobs:
runs-on: ubuntu-latest
services:
postgres:
image: postgres
# renovate: datasource=docker depName=postgres
image: postgres:15.3
env:
POSTGRES_PASSWORD: hedgedoc
POSTGRES_USER: hedgedoc