Upgrade to JetBrains License Server 17211

This commit is contained in:
jrosel 2018-06-29 09:57:56 +02:00
parent 69a46a5474
commit 7006b09ccd
3 changed files with 7 additions and 3 deletions

View File

@ -5,7 +5,7 @@ services:
env:
global:
- VERSION=17043
- VERSION=17211
- GITHUB_REPO=crazy-max/docker-jetbrains-license-server
- DOCKER_USERNAME=crazymax
- DOCKER_REPONAME=jetbrains-license-server

View File

@ -1,5 +1,9 @@
# Changelog
## 17211-RC1 (2018/06/29)
* Upgrade to JetBrains License Server 17211
## 17043-RC1 (2018/05/31)
* Upgrade to JetBrains License Server 17043

View File

@ -19,8 +19,8 @@ RUN apk --update --no-cache add tzdata \
&& rm -rf /var/cache/apk/* /tmp/*
ENV JLS_PATH="/opt/jetbrains-license-server" \
JLS_VERSION="17043" \
JLS_SHA256="dbb89efaaebc27b87dd5911429ac1138de3e02a351d47c74855d14db4fafd893"
JLS_VERSION="17211" \
JLS_SHA256="d935f4607cd281135b141773dfc188ff253ac5932b16ee288787036e8693dd41"
ADD entrypoint.sh /entrypoint.sh