Skip to content

Commit

Permalink
Bumped yq version to v4.34.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jtroberts committed Jul 12, 2023
1 parent fa0f5d5 commit 01d1448
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/deps/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.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

0 comments on commit 01d1448

Please sign in to comment.