Upgrade to JetBrains License Server 19340 (#15)
This commit is contained in:
parent
9f98240b42
commit
f5a5f6fd7e
@ -5,7 +5,7 @@ services:
|
||||
|
||||
env:
|
||||
global:
|
||||
- VERSION=18692
|
||||
- VERSION=19340
|
||||
- DOCKER_LOGIN=crazymax
|
||||
- DOCKER_USERNAME=crazymax
|
||||
- DOCKER_REPONAME=jetbrains-license-server
|
||||
|
@ -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`
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user