GUACAMOLE-1374: Merge updated base Docker image for building on ARM/

This commit is contained in:
James Muehlner
2024-05-24 14:56:37 -07:00
committed by GitHub

View File

@@ -24,11 +24,11 @@
# Use args for Tomcat image label to allow image builder to choose alternatives
# such as `--build-arg TOMCAT_JRE=jre8-alpine`
#
ARG TOMCAT_VERSION=8.5
ARG TOMCAT_JRE=jdk8
ARG TOMCAT_VERSION=9
ARG TOMCAT_JRE=jdk21
# Use official maven image for the build
FROM maven:3-eclipse-temurin-8-focal AS builder
FROM maven:3-eclipse-temurin-21 AS builder
# Use Mozilla's Firefox PPA (newer Ubuntu lacks a "firefox-esr" package and
# provides only a transitional "firefox" package that actually requires Snap