Skip to content

Commit

Permalink
GUACAMOLE-1374: Merge updated base Docker image for building on ARM/
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuehlner committed May 24, 2024
2 parents d0a0c1a + 0ee8fb5 commit 60f53e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60f53e9

Please sign in to comment.