mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
chore(deps): update postgres:15.4 docker digest to 4222320
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
ae5c1d569e
commit
13d9a55500
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:15.4@sha256:86817d5b3096e71d26bb5328e5f5d9d184c02bc3e511b252ed6cffaae9e3f745
|
image: postgres:15.4@sha256:422232012889e0c0f52b561558876ecb8f6a881ca01acc879b23c3684a0ee0ed
|
||||||
env:
|
env:
|
||||||
POSTGRES_PASSWORD: hedgedoc
|
POSTGRES_PASSWORD: hedgedoc
|
||||||
POSTGRES_USER: hedgedoc
|
POSTGRES_USER: hedgedoc
|
||||||
|
|
Loading…
Reference in a new issue