FROM docker image updated to jdk11-temurin-jammy

This commit is contained in:
lucio 2024-02-20 17:08:32 +01:00
parent a8a6fab7a6
commit d645c63d84
3 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ target
.settings
/.DS_Store
/bin/
/package-lock.json

1
DockerInfo.txt Normal file
View File

@ -0,0 +1 @@
docker build -t smartgears-distribution:4.0.0-SNAPSHOT-java11-tomcat9 .

View File

@ -1,4 +1,4 @@
FROM tomcat:9.0.65-jdk11-openjdk-buster
FROM tomcat:9.0.85-jdk11-temurin-jammy
ARG filename=smartgears-distribution-4.0.0-SNAPSHOT
ARG version=4.0.0-SNAPSHOT
COPY ./target/$filename.tar.gz /smartgears-distro.tar.gz