Skip to content

Commit 5c67f3e

Browse files
author
Adrian Clay
authored
Upgrade from Ubuntu Focal to Ubuntu Jammy (#646)
Extends security patching support for another 2 years.
1 parent b1e6e27 commit 5c67f3e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/mock-mhs-adaptor/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ FROM build AS package
1010

1111
RUN gradle --build-cache bootJar
1212

13-
FROM eclipse-temurin:17-jre-focal
13+
FROM eclipse-temurin:17-jre-jammy
1414

1515
EXPOSE 8081
1616

docker/service/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ FROM build AS package
1010

1111
RUN gradle --build-cache bootJar
1212

13-
FROM eclipse-temurin:17-jre-focal
13+
FROM eclipse-temurin:17-jre-jammy
1414

1515
EXPOSE 8080
1616

0 commit comments

Comments
 (0)