Skip to content

Commit

Permalink
Bump OnEarth version to 2.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jtroberts committed Oct 6, 2023
1 parent 083da42 commit fbe4870
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.7.3
FROM nasagibs/onearth-deps:2.7.4

ARG GDAL_VERSION=3.6.4
ENV GDAL_VERSION=$GDAL_VERSION
Expand Down Expand Up @@ -218,7 +218,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.7.3
ENV ONEARTH_VERSION=2.7.4

# 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.7.3 # This must be manually incremented with each OnEarth version
export ONEARTH_VERSION=2.7.4 # 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 fbe4870

Please sign in to comment.