mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
chore(deps): update postgres:16.0 docker digest to ceed2b3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
f519203f2e
commit
79094601f7
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.0@sha256:b11f9e469d3e972e46ca331b37aa2d12b8b3e7a07172eb1d6c2f82a8e5033617
|
image: postgres:16.0@sha256:ceed2b37af714ebb4dbe2c321afebad4c9f4d5e1414c56b86050d97ee9a7b8dd
|
||||||
env:
|
env:
|
||||||
POSTGRES_PASSWORD: hedgedoc
|
POSTGRES_PASSWORD: hedgedoc
|
||||||
POSTGRES_USER: hedgedoc
|
POSTGRES_USER: hedgedoc
|
||||||
|
|
Loading…
Reference in a new issue