diff --git a/docker/test/Dockerfile b/docker/test/Dockerfile index 018c630f..9bae348b 100755 --- a/docker/test/Dockerfile +++ b/docker/test/Dockerfile @@ -1,5 +1,5 @@ # This Dockerfile must be run from source root -FROM nasagibs/onearth-deps:2.8.4 +FROM nasagibs/onearth-deps:2.8.5 ARG MRF_VERSION=2.5.0 ARG GDAL_VERSION=3.6.4 @@ -231,7 +231,7 @@ RUN perl -pi -e "s/LogLevel warn/LogLevel debug/g" /etc/httpd/conf/httpd.conf && RUN cp /home/oe2/onearth/docker/00-mpm.conf /etc/httpd/conf.modules.d/ && \ cp /home/oe2/onearth/docker/10-worker.conf /etc/httpd/conf.modules.d/ -ENV ONEARTH_VERSION=2.8.4 +ENV ONEARTH_VERSION=2.8.5 # Generate SSL certs RUN /usr/libexec/httpd-ssl-gencerts diff --git a/version.sh b/version.sh index c61f6753..d416c6c2 100755 --- a/version.sh +++ b/version.sh @@ -1,7 +1,7 @@ #!/bin/sh # The onearth version to use in the Docker image tag (e.g. onearth-wms:{ONEARTH_VERSION}-{ONEARTH_RELEASE}). -export ONEARTH_VERSION=2.8.4 # This must be manually incremented with each OnEarth version +export ONEARTH_VERSION=2.8.5 # This must be manually incremented with each OnEarth version # The onearth release to use in the Docker image tag (e.g. onearth-wms:{ONEARTH_VERSION}-{ONEARTH_RELEASE}). -export ONEARTH_RELEASE=2 # This must be manually incremented with each OnEarth build +export ONEARTH_RELEASE=1 # This must be manually incremented with each OnEarth build