diff --git a/docker/deps/Dockerfile b/docker/deps/Dockerfile index c505254e..637c59c2 100644 --- a/docker/deps/Dockerfile +++ b/docker/deps/Dockerfile @@ -41,8 +41,8 @@ RUN wget https://github.com/mikefarah/yq/releases/download/v4.35.2/yq_linux_amd6 # Install supercronic WORKDIR /tmp -RUN wget https://go.dev/dl/go1.21.1.linux-amd64.tar.gz && \ - tar xf go1.21.1.linux-amd64.tar.gz && \ +RUN wget https://go.dev/dl/go1.21.3.linux-amd64.tar.gz && \ + tar xf go1.21.3.linux-amd64.tar.gz && \ mv go /usr/local/ && \ ln -s /usr/local/go/bin/go /usr/local/bin/go && \ wget https://github.com/aptible/supercronic/archive/refs/tags/v0.2.2.tar.gz && \ diff --git a/version.sh b/version.sh index 78e84089..f84f61e9 100755 --- a/version.sh +++ b/version.sh @@ -4,4 +4,4 @@ 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=1 # This must be manually incremented with each OnEarth build +export ONEARTH_RELEASE=2 # This must be manually incremented with each OnEarth build