Skip to content

Commit

Permalink
Release gpaw-24.1.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcindulak committed May 4, 2024
1 parent cbbd977 commit 0a13e24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 \
Expand Down

0 comments on commit 0a13e24

Please sign in to comment.