Skip to content

Commit a32e7c1

Browse files
authored
Update Dockerfile.base
1 parent 006f3a9 commit a32e7c1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

commons/Dockerfile.base

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM ubuntu:18.04
1+
FROM ubuntu:20.04
22

3-
ENV NUMPY_VERSION 1.18.5
4-
ENV SCIPY_VERSION 1.5.2
3+
ENV NUMPY_VERSION 1.21.3
4+
ENV SCIPY_VERSION 1.6.2
55

6-
# Python 2.7 or 3.6 is supported by Ubuntu Bionic out of the box
7-
ARG python=3.6
6+
# Python 3.8 is supported by Ubuntu
7+
ARG python=3.8
88
ENV PYTHON_VERSION=${python}
99

1010
ENV DEBIAN_FRONTEND=noninteractive \
@@ -25,9 +25,9 @@ RUN apt-get update -y && \
2525
apt-get install -y --no-install-recommends \
2626
build-essential \
2727
gcc g++ make \
28-
automake \
29-
gfortran \
30-
gpg-agent \
28+
automake \
29+
gfortran \
30+
gpg-agent \
3131
wget zip unzip \
3232
software-properties-common
3333

0 commit comments

Comments
 (0)