diff --git a/docker/deps/Dockerfile b/docker/deps/Dockerfile index 4950ea5f..3648d52a 100644 --- a/docker/deps/Dockerfile +++ b/docker/deps/Dockerfile @@ -36,7 +36,7 @@ RUN echo 'will cite' | parallel --citation || true # Install yq WORKDIR /tmp -RUN wget https://github.com/mikefarah/yq/releases/download/v4.34.1/yq_linux_amd64.tar.gz -O - |\ +RUN wget https://github.com/mikefarah/yq/releases/download/v4.34.2/yq_linux_amd64.tar.gz -O - |\ tar xz && mv yq_linux_amd64 /usr/bin/yq && rm -rf * # Install supercronic diff --git a/version.sh b/version.sh index e1b0e527..9439aa94 100755 --- a/version.sh +++ b/version.sh @@ -4,4 +4,4 @@ export ONEARTH_VERSION=2.7.2 # 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=3 # This must be manually incremented with each OnEarth build