From 1df247147ae4ff30a5392ea430eafdc8a5f432f1 Mon Sep 17 00:00:00 2001 From: Adam Brokes Date: Fri, 31 Mar 2023 12:26:39 +1100 Subject: [PATCH] DCDEPLOY-3: Update the base image to eclipse-temurin --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4c1b856..725fdef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE=adoptopenjdk/openjdk11 +ARG BASE_IMAGE=eclipse-temurin:11 FROM $BASE_IMAGE LABEL maintainer="dc-deployments@atlassian.com"