Skip to content

Commit

Permalink
Revert back to Ubuntu focal
Browse files Browse the repository at this point in the history
We appear to be hitting netty/netty#12343

Will investigate an upgrade to Netty in a future PR
  • Loading branch information
adrianclay committed Dec 12, 2023
1 parent 7b310d5 commit 79aeedb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/gp2gp-translator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY --chown=gradle:gradle ./config /home/gradle/service/config
WORKDIR /home/gradle/service/gp2gp-translator
RUN ./gradlew --build-cache bootJar

FROM eclipse-temurin:17
FROM eclipse-temurin:17-jre-focal

EXPOSE 8085

Expand Down
2 changes: 1 addition & 1 deletion docker/gpc-facade/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY --chown=gradle:gradle ./config /home/gradle/service/config
WORKDIR /home/gradle/service/gpc-api-facade
RUN ./gradlew --build-cache bootJar

FROM eclipse-temurin:17
FROM eclipse-temurin:17-jre-focal

EXPOSE 8081

Expand Down

0 comments on commit 79aeedb

Please sign in to comment.