Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardRosert committed Jun 7, 2022
1 parent 274fdc1 commit 2c3fdc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build image
# Use slim python 3 image as base
ARG PYTHON_IMAGE=python:3.6-slim-buster
ARG PYTHON_IMAGE=python:3.8-slim-buster
FROM ${PYTHON_IMAGE}

# Install UWSGI
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
context: ./
dockerfile: Dockerfile
args:
- PYTHON_IMAGE=python:3.6-slim-buster
- PYTHON_IMAGE=python:3.8-slim-buster
- http_proxy
- https_proxy
- no_proxy
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def read(fname):
packages=setuptools.find_packages(),
include_package_data=True,
install_requires=[
"ecmwflibs>=0.4.16",
"ecmwflibs>=0.4.17",
"netCDF4",
"dask[array]",
"Magics",
Expand Down

0 comments on commit 2c3fdc8

Please sign in to comment.