We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ea3d0a commit 8668bc8Copy full SHA for 8668bc8
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM openjdk:8-jdk-alpine
+FROM eclipse-temurin:8u472-b08-jdk-ubi9-minimal
2
3
ARG ARTHAS_VERSION="4.1.3"
4
ARG MIRROR=false
Dockerfile-No-Jdk
@@ -1,5 +1,5 @@
# Stage 1: Build
-FROM openjdk:8-jdk-alpine AS builder
+FROM eclipse-temurin:8u472-b08-jdk-ubi9-minimal AS builder
5
0 commit comments