diff --git a/compose.yml b/compose.yml index 74b4069..5d670dc 100644 --- a/compose.yml +++ b/compose.yml @@ -1,7 +1,7 @@ version: "3.8" services: app: - image: quay.io/hedgedoc/hedgedoc:1.9.9 + image: quay.io/hedgedoc/hedgedoc:1.10.0 environment: - CMD_USECDN=false - CMD_URL_ADDPORT=false @@ -57,7 +57,7 @@ services: - "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true" - "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}" - - "coop-cloud.${STACK_NAME}.version=1.1.0+1.9.9" + - "coop-cloud.${STACK_NAME}.version=1.2.0+1.10.0" healthcheck: test: "nodejs -e \"http.get('http://localhost:3000', (res) => { console.log('status: ', res.statusCode); if (res.statusCode == 200) { process.exit(0); } else { process.exit(1); } });\"" interval: 30s @@ -65,7 +65,7 @@ services: retries: 10 start_period: 1m db: - image: postgres:16.3-alpine + image: postgres:16.4-alpine environment: - POSTGRES_USER=codimd - POSTGRES_PASSWORD_FILE=/run/secrets/db_password diff --git a/release/1.2.0+1.10.0 b/release/1.2.0+1.10.0 new file mode 100644 index 0000000..21dc23f --- /dev/null +++ b/release/1.2.0+1.10.0 @@ -0,0 +1 @@ +Fixes security issue: https://github.com/hedgedoc/hedgedoc/security/advisories/GHSA-pjf2-269h-cx7p \ No newline at end of file