Update images.
parent
046c2af947
commit
fd07ea6102
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
# Prerequisites: pom.xml and appropriate project structure should exist in the repository.
|
# Prerequisites: pom.xml and appropriate project structure should exist in the repository.
|
||||||
|
|
||||||
image: maven:3.6.3
|
image: maven:3.9.3
|
||||||
|
|
||||||
pipelines:
|
pipelines:
|
||||||
branches:
|
branches:
|
||||||
|
|
|
@ -2,7 +2,8 @@
|
||||||
# Based on ubuntu:latest, installs WiseMapping (http://ww.wisemapping.org)
|
# Based on ubuntu:latest, installs WiseMapping (http://ww.wisemapping.org)
|
||||||
|
|
||||||
# Based info setup ...
|
# Based info setup ...
|
||||||
FROM --platform=$BUILDPLATFORM tomcat:9.0.71-jdk17
|
#FROM --platform=$BUILDPLATFORM tomcat:9.0.71-jdk17
|
||||||
|
FROM tomcat:9.0.76-jdk17
|
||||||
LABEL maintainer="Paulo Gustavo Veiga <pveiga@wisemapping.com>"
|
LABEL maintainer="Paulo Gustavo Veiga <pveiga@wisemapping.com>"
|
||||||
|
|
||||||
# Build variables ...
|
# Build variables ...
|
||||||
|
|
Loading…
Reference in New Issue