Skip to content

Commit

Permalink
Release gpaw-23.9.1-1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcindulak committed Nov 18, 2023
1 parent c9b2849 commit cbbd977
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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:38@sha256:8285246bd5fad4e76e17a71c88dee34c49e2f227dab4ce7df704b592f8e72d41
FROM fedora:39@sha256:ee16ca86648f857c68270514442953c808c61c416152b9a316e551b02bedf8ec

# 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.6.0
ENV FEDORA_RELEASE 1.fc38
ENV GPAW_VERSION 23.9.1
ENV FEDORA_RELEASE 1.fc39

RUN set -x \
&& dnf install -y \
Expand Down

0 comments on commit cbbd977

Please sign in to comment.