Update images.

This commit is contained in:
Paulo Gustavo Veiga 2023-06-29 20:11:48 -07:00
parent 046c2af947
commit fd07ea6102
2 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,7 @@
# Prerequisites: pom.xml and appropriate project structure should exist in the repository.
image: maven:3.6.3
image: maven:3.9.3
pipelines:
branches:

View File

@ -2,7 +2,8 @@
# Based on ubuntu:latest, installs WiseMapping (http://ww.wisemapping.org)
# 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>"
# Build variables ...