Skip to content

Commit

Permalink
[TH2-667] Replaced containers base image with adoptopenjdk/openjdk11:…
Browse files Browse the repository at this point in the history
…alpine
  • Loading branch information
georgiano authored Dec 24, 2020
1 parent 5176b0b commit 7640fd2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
release_version = 0.10.4
release_version = 0.10.5

0 comments on commit 7640fd2

Please sign in to comment.