Skip to content

Commit

Permalink
Update UBUNTU_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
yohanchatelain committed Apr 12, 2024
1 parent 9519f4a commit 0d81d60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# This image includes support for Fortran and uses llvm-7 and gcc-7
#

ARG UBUNTU_VERSION=20.04
FROM ubuntu:${UBUNTU_VERSION}
ARG UBUNTU_VERSION=ubuntu-20.04
FROM ${UBUNTU_VERSION:-ubuntu-20.04}
LABEL maintainer="verificarlo contributors <[email protected]>"

ARG PYTHON_VERSION=3.8
Expand Down

0 comments on commit 0d81d60

Please sign in to comment.