From fd07ea6102340057c30a9b27e9419c4e296809e4 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Thu, 29 Jun 2023 20:11:48 -0700 Subject: [PATCH] Update images. --- bitbucket-pipelines.yml | 2 +- distribution/Dockerfile | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index d744c8c4..82582775 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -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: diff --git a/distribution/Dockerfile b/distribution/Dockerfile index 38d425f6..ffac2bf9 100644 --- a/distribution/Dockerfile +++ b/distribution/Dockerfile @@ -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 " # Build variables ...