Skip to content

Commit

Permalink
Bumped OnEarth version to v2.8.5-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Graber committed Oct 16, 2024
1 parent 591c028 commit 722ee45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/test/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions version.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 722ee45

Please sign in to comment.