Upgrade to JetBrains License Server 18692

This commit is contained in:
Joseph Petersen 2018-12-25 09:35:20 +01:00
parent 0dcb334e40
commit cd4f386e11
3 changed files with 7 additions and 3 deletions

View File

@ -5,7 +5,7 @@ services:
env: env:
global: global:
- VERSION=17955 - VERSION=18692
- DOCKER_LOGIN=crazymax - DOCKER_LOGIN=crazymax
- DOCKER_USERNAME=crazymax - DOCKER_USERNAME=crazymax
- DOCKER_REPONAME=jetbrains-license-server - DOCKER_REPONAME=jetbrains-license-server

View File

@ -1,5 +1,9 @@
# Changelog # Changelog
## 18692-RC1 (2018/12/25)
* Upgrade to JetBrains License Server 18692
## 17955-RC1 (2018/09/26) ## 17955-RC1 (2018/09/26)
* Upgrade to JetBrains License Server 17955 * Upgrade to JetBrains License Server 17955

View File

@ -16,8 +16,8 @@ LABEL maintainer="CrazyMax" \
org.label-schema.schema-version="1.0" org.label-schema.schema-version="1.0"
ENV JLS_PATH="/opt/jetbrains-license-server" \ ENV JLS_PATH="/opt/jetbrains-license-server" \
JLS_VERSION="17955" \ JLS_VERSION="18692" \
JLS_SHA256="998422a48b2d568e5baafd683f9f52b54e2274a0f526afd367a8b84e81b9ec70" JLS_SHA256="e71c4abae7d144dda7af5775dd6812e93d5934de39134d97420b4b0db29e16f4"
COPY entrypoint.sh /entrypoint.sh COPY entrypoint.sh /entrypoint.sh