DCDEPLOY-3: Update the base image to eclipse-temurin

This commit is contained in:
Adam Brokes 2023-03-31 12:26:39 +11:00
parent 9d01719b90
commit 1df247147a
No known key found for this signature in database
GPG Key ID: D0853F559CE0213B

View File

@ -1,4 +1,4 @@
ARG BASE_IMAGE=adoptopenjdk/openjdk11
ARG BASE_IMAGE=eclipse-temurin:11
FROM $BASE_IMAGE
LABEL maintainer="dc-deployments@atlassian.com"