We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d9335f commit 7922e6fCopy full SHA for 7922e6f
2 files changed
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
base: [debian, alpine]
13
env:
14
# renovate: datasource=github-tags depName=hedgedoc/hedgedoc versioning=semver
15
- HEDGEDOC_VERSION: 1.10.4
+ HEDGEDOC_VERSION: 1.10.5
16
HEDGEDOC_IMAGE: quay.io/hedgedoc/hedgedoc
17
steps:
18
- name: Checkout
docker-compose.yml
@@ -53,7 +53,7 @@ services:
53
# args:
54
# - "VERSION=master"
55
# - "HEDGEDOC_REPOSITORY=https://github.com/hedgedoc/hedgedoc.git"
56
- image: quay.io/hedgedoc/hedgedoc:1.10.4
+ image: quay.io/hedgedoc/hedgedoc:1.10.5
57
#mem_limit: 256mb # version 2 only
58
#memswap_limit: 512mb # version 2 only
59
#read_only: true # not supported in swarm mode, enable along with tmpfs
0 commit comments