Skip to content

Commit

Permalink
switch dev images to Temurin (#11895)
Browse files Browse the repository at this point in the history
The AdoptOpenJDK project has been renamed to Adoptium so they renamed
the adoptopenjdk images to Temurin.

CHANGELOG_BEGIN
CHANGELOG_END
  • Loading branch information
garyverhaegen-da authored Nov 26, 2021
1 parent f3a0e2e commit a81995c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/daml-sdk/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM adoptopenjdk:11-jdk-hotspot
FROM eclipse-temurin:11
ARG VERSION
# This is needed to get the DNS requests
# from Haskell binaries to succeed.
Expand Down

0 comments on commit a81995c

Please sign in to comment.