mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-05 12:47:41 +00:00
GUACAMOLE-1374: Merge updated base Docker image for building on ARM/
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user