From cbbd9773d5a57b7b658d3423f03013d964fdaa58 Mon Sep 17 00:00:00 2001 From: Marcin Dulak Date: Sat, 18 Nov 2023 18:25:47 +0100 Subject: [PATCH] Release gpaw-23.9.1-1 --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 767d073..a46f5d3 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:38@sha256:8285246bd5fad4e76e17a71c88dee34c49e2f227dab4ce7df704b592f8e72d41 +FROM fedora:39@sha256:ee16ca86648f857c68270514442953c808c61c416152b9a316e551b02bedf8ec # 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.6.0 -ENV FEDORA_RELEASE 1.fc38 +ENV GPAW_VERSION 23.9.1 +ENV FEDORA_RELEASE 1.fc39 RUN set -x \ && dnf install -y \