Skip to content

Commit c055d3e

Browse files
JJ-8XeR
authored andcommitted
Update Hedgedoc to 1.9.3
https://github.com/hedgedoc/hedgedoc/releases/tag/1.9.3 It contains a security update, so updating is recommended: GHSA-q6vv-2q26-j7rx
1 parent f62680e commit c055d3e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
ports:
1616
- '5432:5432'
1717
hedgedoc:
18-
image: quay.io/hedgedoc/hedgedoc:1.9.2-alpine
18+
image: quay.io/hedgedoc/hedgedoc:1.9.3-alpine
1919
environment:
2020
CMD_DB_URL: 'postgres://ctfnote:ctfnote@db:5432/hedgedoc'
2121
CMD_URL_PATH: 'pad'

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ services:
4242
ports:
4343
- 8080:80
4444
hedgedoc:
45-
image: quay.io/hedgedoc/hedgedoc:1.9.2-alpine
45+
image: quay.io/hedgedoc/hedgedoc:1.9.3-alpine
4646
environment:
4747
- CMD_DB_URL=postgres://ctfnote:ctfnote@db:5432/hedgedoc
4848
- CMD_URL_PATH=pad

0 commit comments

Comments
 (0)