diff --git a/components/wps_geog/Dockerfile b/components/wps_geog/Dockerfile index 0ec0c2e..5b55393 100644 --- a/components/wps_geog/Dockerfile +++ b/components/wps_geog/Dockerfile @@ -1,10 +1,9 @@ FROM centos:latest MAINTAINER Jamie Wolff or Michelle Harrold # -ENV WRF_VERSION 3.9 RUN mkdir /WPS_GEOG # -RUN curl -SL http://www.dtcenter.org/eval/meso_mod/mmet/data_for_docker/wpsgeogminimum-wrf-$WRF_VERSION.tar.gz | tar -xzC /WPS_GEOG +RUN curl -SL http://www.dtcenter.org/eval/meso_mod/mmet/data_for_docker/geog_minimum.tar.gz | tar -xzC /WPS_GEOG # VOLUME /WPS_GEOG CMD ["true"]