Skip to content

Commit

Permalink
Switching base Docker image to eclipse-temurin:17-jammy based on Ubun…
Browse files Browse the repository at this point in the history
…tu 22.04 LTS
  • Loading branch information
ilgrosso committed Sep 14, 2023
1 parent 203da7d commit 6760e7e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker/console/src/main/resources/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

FROM eclipse-temurin:17-focal
FROM eclipse-temurin:17-jammy
MAINTAINER [email protected]

RUN set -x
Expand Down
2 changes: 1 addition & 1 deletion docker/core/src/main/resources/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

FROM eclipse-temurin:17-focal
FROM eclipse-temurin:17-jammy
MAINTAINER [email protected]

RUN set -x
Expand Down
2 changes: 1 addition & 1 deletion docker/enduser/src/main/resources/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

FROM eclipse-temurin:17-focal
FROM eclipse-temurin:17-jammy
MAINTAINER [email protected]

RUN set -x
Expand Down
2 changes: 1 addition & 1 deletion docker/sra/src/main/resources/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

FROM eclipse-temurin:17-focal
FROM eclipse-temurin:17-jammy
MAINTAINER [email protected]

RUN set -x
Expand Down
2 changes: 1 addition & 1 deletion docker/wa/src/main/resources/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

FROM eclipse-temurin:17-focal
FROM eclipse-temurin:17-jammy
MAINTAINER [email protected]

RUN set -x
Expand Down

0 comments on commit 6760e7e

Please sign in to comment.