mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-09 15:37:05 +03:00
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:
parent
8c59a28a41
commit
672a4bfb9c
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user