We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b55ca3d commit 82c3c08Copy full SHA for 82c3c08
testcontainers-advanced-imagebuilder-demo/Dockerfile
@@ -1,5 +1,6 @@
1
# Stage 1: Build the dummy app
2
-FROM eclipse-temurin:21-jdk-alpine AS build-env
+ARG JAVA_VERSION=21
3
+FROM eclipse-temurin:$JAVA_VERSION-jdk-alpine AS build-env
4
5
RUN apk add --no-cache git
6
0 commit comments