mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 11:16:31 -05:00
chore(deps): update postgres:16.0 docker digest to 92e8dd9
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
12c24956d2
commit
41cd807642
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:b46651665b72cf3b05b84a6f09579ec5a1e6835037c3d5d6a7f6305033f12eb2
|
image: postgres:16.0@sha256:92e8dd9b3c5987b82409abfe23b361c949e9ae86c6213f455a7f4d6a3b5b3687
|
||||||
env:
|
env:
|
||||||
POSTGRES_PASSWORD: hedgedoc
|
POSTGRES_PASSWORD: hedgedoc
|
||||||
POSTGRES_USER: hedgedoc
|
POSTGRES_USER: hedgedoc
|
||||||
|
|
Loading…
Reference in a new issue