Skip to content

Commit

Permalink
Merge pull request #781 from InseeFr/build/v3-docker-image
Browse files Browse the repository at this point in the history
build(docker): change base image
  • Loading branch information
laurentC35 authored Nov 7, 2023
2 parents a19628c + fe785bc commit d177bf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:17-jre-alpine
FROM eclipse-temurin:17-jre-focal
WORKDIR /opt/eno-ws/
COPY ./eno-ws/build/libs/*.jar /opt/eno-ws/eno-ws.jar
ENTRYPOINT ["java", "-jar", "/opt/eno-ws/eno-ws.jar"]
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

allprojects {
group = 'fr.insee.eno'
version = '3.11.7-SNAPSHOT'
version = '3.11.8-SNAPSHOT'
sourceCompatibility = '17'
}

Expand Down

0 comments on commit d177bf2

Please sign in to comment.