Skip to content

Commit

Permalink
Updated Docker base image and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryPTB committed Feb 14, 2024
1 parent 586673f commit 6f0bd1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
###############################################################################

#FROM ubuntu:latest
FROM wmoim/dim_eccodes_baseimage:2.28.0
FROM wmoim/dim_eccodes_baseimage:2.31.0

ENV DEBIAN_FRONTEND="noninteractive" \
TZ="Etc/UTC" \
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy==1.21.6
numpy==1.24.0
click
eccodes
jsonschema

0 comments on commit 6f0bd1c

Please sign in to comment.