Upgrade to JetBrains License Server 19340 (#15)

This commit is contained in:
Joseph Petersen 2019-03-15 19:10:44 +01:00 committed by CrazyMax
parent 9f98240b42
commit f5a5f6fd7e
3 changed files with 7 additions and 3 deletions

View File

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

View File

@ -1,5 +1,9 @@
# Changelog
## 19340-RC1 (2019/03/15)
* Upgrade to JetBrains License Server 19340
## 18692-RC2 (2019/01/22)
* Bind to unprivileged port : `8000`

View File

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