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