Skip to content

Commit

Permalink
Fix jdk17-maven39-ubuntu20 base image
Browse files Browse the repository at this point in the history
  • Loading branch information
hbenali committed Oct 18, 2023
1 parent 02468b8 commit 71d5528
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions maven/jdk17-maven39-ubuntu20/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Dockerizing a jdk17-maven39-ubuntu22 images with:
# - ubuntu22
# Dockerizing a jdk17-maven39-ubuntu20 images with:
# - ubuntu20
# - OpenJDK JDK 17
# - Maven 3.9
#
# build : docker build -t exoplatform/ci:jdk17-maven39-ubuntu22 .
# build : docker build -t exoplatform/ci:jdk17-maven39-ubuntu20 .
#
FROM exoplatform/ci:jdk17-ubuntu22
FROM exoplatform/ci:jdk17-ubuntu20
LABEL MAINTAINER "eXo Platform <docker@exoplatform.com>"

# CI Tools version
Expand Down

0 comments on commit 71d5528

Please sign in to comment.