mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
chore(deps): update postgres:16.1 docker digest to 49c276f
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
a48b160eff
commit
7c377292f9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e-tests.yml
vendored
2
.github/workflows/e2e-tests.yml
vendored
|
@ -92,7 +92,7 @@ jobs:
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
# renovate: datasource=docker depName=postgres
|
# renovate: datasource=docker depName=postgres
|
||||||
image: postgres:16.1@sha256:0599bafe1afb0762426091b894a1b47dc1043c84b480205c4768e523aa47b193
|
image: postgres:16.1@sha256:49c276fa02e3d61bd9b8db81dfb4784fe814f50f778dce5980a03817438293e3
|
||||||
env:
|
env:
|
||||||
POSTGRES_PASSWORD: hedgedoc
|
POSTGRES_PASSWORD: hedgedoc
|
||||||
POSTGRES_USER: hedgedoc
|
POSTGRES_USER: hedgedoc
|
||||||
|
|
Loading…
Reference in a new issue