From 0a13e2432c6b27ea06ad9ac2ceea62c2daae42b8 Mon Sep 17 00:00:00 2001 From: Marcin Dulak Date: Sat, 4 May 2024 07:36:57 +0200 Subject: [PATCH] Release gpaw-24.1.0-1 --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index a46f5d3..1bd12aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Discover the sha by removing the @sha part and running: timeout 5 docker buildx build --pull --no-cache . -# Dockerhub does not show the overall sha https://github.com/docker/roadmap/issues/262 -FROM fedora:39@sha256:ee16ca86648f857c68270514442953c808c61c416152b9a316e551b02bedf8ec +# Dockerhub used to not show the overall sha https://github.com/docker/roadmap/issues/262 +FROM fedora:40@sha256:5ce8497aeea599bf6b54ab3979133923d82aaa4f6ca5ced1812611b197c79eb0 # https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope ARG TARGETPLATFORM @@ -13,8 +13,8 @@ RUN echo uname -m $(uname -m) LABEL name="GPAW Openmpi" \ url="https://wiki.fysik.dtu.dk/gpaw/" -ENV GPAW_VERSION 23.9.1 -ENV FEDORA_RELEASE 1.fc39 +ENV GPAW_VERSION 24.1.0 +ENV FEDORA_RELEASE 1.fc40 RUN set -x \ && dnf install -y \