diff --git a/base/bare/Dockerfile b/base/bare/Dockerfile index 350e60c..cac70ff 100644 --- a/base/bare/Dockerfile +++ b/base/bare/Dockerfile @@ -39,7 +39,7 @@ RUN cat /proc/cpuinfo /proc/meminfo \ && set -x \ && curl -fSL -o "/tmp/${binary}" "https://github.com/ocaml/opam/releases/download/${OPAM_VERSION}/${binary}" \ && curl -fSL -o "/tmp/${binary}.sig" "https://github.com/ocaml/opam/releases/download/${OPAM_VERSION}/${binary}.sig" \ - && curl -fsSL https://opam.ocaml.org/opam-dev-pubkey.pgp | gpg --batch --import \ + && curl -fsSL https://opam-3.ocaml.org/opam-dev-pubkey.pgp | gpg --batch --import \ && gpg --batch --verify "/tmp/${binary}.sig" "/tmp/${binary}" \ && mv "/tmp/${binary}" /usr/local/bin/opam \ && chmod a+x /usr/local/bin/opam \ diff --git a/base/dual/Dockerfile b/base/dual/Dockerfile index a54e524..218ed7a 100644 --- a/base/dual/Dockerfile +++ b/base/dual/Dockerfile @@ -33,7 +33,7 @@ RUN cat /proc/cpuinfo /proc/meminfo \ && set -x \ && curl -fSL -o "/tmp/${binary}" "https://github.com/ocaml/opam/releases/download/${OPAM_VERSION}/${binary}" \ && curl -fSL -o "/tmp/${binary}.sig" "https://github.com/ocaml/opam/releases/download/${OPAM_VERSION}/${binary}.sig" \ - && curl -fsSL https://opam.ocaml.org/opam-dev-pubkey.pgp | gpg --batch --import \ + && curl -fsSL https://opam-3.ocaml.org/opam-dev-pubkey.pgp | gpg --batch --import \ && gpg --batch --verify "/tmp/${binary}.sig" "/tmp/${binary}" \ && mv "/tmp/${binary}" /usr/local/bin/opam \ && chmod a+x /usr/local/bin/opam \ diff --git a/base/single/Dockerfile b/base/single/Dockerfile index 627b11c..4b0ed88 100644 --- a/base/single/Dockerfile +++ b/base/single/Dockerfile @@ -33,7 +33,7 @@ RUN cat /proc/cpuinfo /proc/meminfo \ && set -x \ && curl -fSL -o "/tmp/${binary}" "https://github.com/ocaml/opam/releases/download/${OPAM_VERSION}/${binary}" \ && curl -fSL -o "/tmp/${binary}.sig" "https://github.com/ocaml/opam/releases/download/${OPAM_VERSION}/${binary}.sig" \ - && curl -fsSL https://opam.ocaml.org/opam-dev-pubkey.pgp | gpg --batch --import \ + && curl -fsSL https://opam-3.ocaml.org/opam-dev-pubkey.pgp | gpg --batch --import \ && gpg --batch --verify "/tmp/${binary}.sig" "/tmp/${binary}" \ && mv "/tmp/${binary}" /usr/local/bin/opam \ && chmod a+x /usr/local/bin/opam \