Skip to content

Commit

Permalink
Merge pull request #209 from seart-group/dependabot/docker/docker/ser…
Browse files Browse the repository at this point in the history
…ver/master/eclipse-temurin-17.0.9_9-jre-alpine
  • Loading branch information
dabico authored Nov 6, 2023
2 parents c037a60 + 69ce165 commit fe0a35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY ./src ./src

RUN mvn -e --no-transfer-progress clean install -am -DskipTests

FROM eclipse-temurin:17.0.8.1_1-jre-alpine
FROM eclipse-temurin:17.0.9_9-jre-alpine

COPY --from=build /target/ghs-application-*.jar /server.jar

Expand Down

0 comments on commit fe0a35f

Please sign in to comment.