Skip to content

Commit

Permalink
GITC-4942 Updated golang to 1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jtroberts committed Oct 23, 2023
1 parent 529418f commit 239e4ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker/deps/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
2 changes: 1 addition & 1 deletion version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 239e4ec

Please sign in to comment.