Skip to content

Commit 3bfe0d9

Browse files
committed
chore: revert to eclipse-temurin Ubuntu base; UBI9 added more CVE noise than it removed
1 parent 4ee2197 commit 3bfe0d9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Build Java
5050
if: matrix.language == 'java-kotlin'
51-
run: ./gradlew build -x test -x e2eTest
51+
run: ./gradlew build -x test -x e2eTest --no-build-cache
5252

5353
- name: Perform CodeQL Analysis
5454
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # ratchet:github/codeql-action/analyze@v4

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22

33
# ── Build stage ──────────────────────────────────────────────────────────────
4-
FROM docker.io/eclipse-temurin:21-jdk-ubi9-minimal AS builder
4+
FROM docker.io/eclipse-temurin:21-jdk AS builder
55

66
# Install Node.js directly from the official distribution with SHA256 verification.
77
# To update: download the new tarball, verify against nodejs.org/dist/vX.Y.Z/SHASUMS256.txt,
@@ -47,7 +47,7 @@ RUN sed -i \
4747
git-proxy-java-dashboard/build/install/git-proxy-java-dashboard/bin/git-proxy-java-dashboard
4848

4949
# ── Runtime stage ─────────────────────────────────────────────────────────────
50-
FROM docker.io/eclipse-temurin:21-jre-ubi9-minimal
50+
FROM docker.io/eclipse-temurin:21-jre
5151

5252
WORKDIR /app
5353

0 commit comments

Comments
 (0)