diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8e3146e0..a7277f04 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ variables: APP_NAME: "th2-infra-mgr" MAJOR_VERSION: "0" MINOR_VERSION: "10" - MAINTENANCE_VERSION: "4" + MAINTENANCE_VERSION: "5" DOCKER_PUBLISH_ENABLED: "true" include: diff --git a/Dockerfile b/Dockerfile index 95522fca..8173e404 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN mkdir /home/service/repository RUN mkdir /home/service/keys RUN cp ./build/libs/*.jar /home/service/application.jar -FROM openjdk:12-alpine +FROM adoptopenjdk/openjdk11:alpine COPY --from=build /home/service /home/service WORKDIR /home/service/ EXPOSE 8080 diff --git a/gradle.properties b/gradle.properties index 84ee4217..14e2ea8d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -release_version = 0.10.4 \ No newline at end of file +release_version = 0.10.5 \ No newline at end of file