chore: upgrade Jenkins and agents to Java 21
This commit is contained in:
@@ -2,7 +2,7 @@ FROM ubuntu:22.04
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
openssh-server openjdk-17-jre-headless git make build-essential python3 \
|
||||
openssh-server openjdk-21-jre-headless git make build-essential python3 \
|
||||
curl unzip ca-certificates xz-utils \
|
||||
# Electron runtime deps: MCUXpressoInstallerCLI ships as an Electron
|
||||
# app and needs these even for headless/CLI use.
|
||||
|
||||
Reference in New Issue
Block a user