Skip to content

Commit

Permalink
Add gpaw-22.8.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcindulak committed Nov 21, 2022
1 parent 2bcb97c commit 7cc956a
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:36@sha256:2c5b21348e9b2a0b4c49bd5013be6d406be8594831aba21043393fcfba7252e0
FROM fedora:37@sha256:f99efcddc4dd6736d8a88cc1ab6722098ec1d77dbf7aed9a7a514fc997ca08e0

# 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 22.1.0
ENV FEDORA_RELEASE 1.fc36
ENV GPAW_VERSION 22.8.0
ENV FEDORA_RELEASE 2.fc37

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

0 comments on commit 7cc956a

Please sign in to comment.