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 0d81d60 commit a0c7d50
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=ubuntu-20.04
FROM ${UBUNTU_VERSION:-ubuntu-20.04}
ARG UBUNTU_VERSION=ubuntu:20.04
FROM ${UBUNTU_VERSION}
LABEL maintainer="verificarlo contributors <[email protected]>"

ARG PYTHON_VERSION=3.8
Expand Down

0 comments on commit a0c7d50

Please sign in to comment.