fix daml-sdk Docker image (#14055)

It looks like the default image changed from Focal to Jammy, and for
whatever reason that completely breaks `curl`.

This pins us to Focal (for better or worse).

CHANGELOG_BEGIN
CHANGELOG_END
This commit is contained in:
Gary Verhaegen 2022-06-01 19:58:22 +02:00 committed by GitHub
parent 8c59a28a41
commit 672a4bfb9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM eclipse-temurin:11
FROM eclipse-temurin:11-focal
ARG VERSION
# This is needed to get the DNS requests
# from Haskell binaries to succeed.