Unverified Commit 46ee3148 authored by Tilman Vatteroth's avatar Tilman Vatteroth Committed by GitHub

Merge pull request #176 from hedgedoc/release/1.8.0

Change version to 1.8.0
parents 2d02689f d3f759dd
...@@ -10,7 +10,7 @@ jobs: ...@@ -10,7 +10,7 @@ jobs:
matrix: matrix:
base: [debian, alpine] base: [debian, alpine]
env: env:
HEDGEDOC_VERSION: 1.7.2 HEDGEDOC_VERSION: 1.8.0
HEDGEDOC_IMAGE: quay.io/hedgedoc/hedgedoc HEDGEDOC_IMAGE: quay.io/hedgedoc/hedgedoc
steps: steps:
- name: Checkout - name: Checkout
......
...@@ -10,8 +10,8 @@ HedgeDoc docker images are available in two flavors: Debian and Alpine. These ar ...@@ -10,8 +10,8 @@ HedgeDoc docker images are available in two flavors: Debian and Alpine. These ar
<https://quay.io/repository/hedgedoc/hedgedoc> <https://quay.io/repository/hedgedoc/hedgedoc>
``` ```
docker pull quay.io/hedgedoc/hedgedoc:1.7.2-debian docker pull quay.io/hedgedoc/hedgedoc:1.8.0-debian
docker pull quay.io/hedgedoc/hedgedoc:1.7.2-alpine docker pull quay.io/hedgedoc/hedgedoc:1.8.0-alpine
``` ```
We recommend using the Debian version for production deployments and Alpine for expert setups. We recommend using the Debian version for production deployments and Alpine for expert setups.
......
...@@ -53,7 +53,7 @@ services: ...@@ -53,7 +53,7 @@ services:
# args: # args:
# - "VERSION=master" # - "VERSION=master"
# - "HEDGEDOC_REPOSITORY=https://github.com/hedgedoc/hedgedoc.git" # - "HEDGEDOC_REPOSITORY=https://github.com/hedgedoc/hedgedoc.git"
image: quay.io/hedgedoc/hedgedoc:1.7.2 image: quay.io/hedgedoc/hedgedoc:1.8.0
#mem_limit: 256mb # version 2 only #mem_limit: 256mb # version 2 only
#memswap_limit: 512mb # version 2 only #memswap_limit: 512mb # version 2 only
#read_only: true # not supported in swarm mode, enable along with tmpfs #read_only: true # not supported in swarm mode, enable along with tmpfs
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment