Skip to content

Commit

Permalink
Updated yq and go minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jtroberts committed Oct 9, 2023
1 parent fbe4870 commit 2ebfd4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/deps/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ RUN echo 'will cite' | parallel --citation || true

# Install yq
WORKDIR /tmp
RUN wget https://github.com/mikefarah/yq/releases/download/v4.35.1/yq_linux_amd64.tar.gz -O - |\
RUN wget https://github.com/mikefarah/yq/releases/download/v4.35.2/yq_linux_amd64.tar.gz -O - |\
tar xz && mv yq_linux_amd64 /usr/bin/yq && rm -rf *

# Install supercronic
WORKDIR /tmp
RUN wget https://go.dev/dl/go1.21.0.linux-amd64.tar.gz && \
tar xf go1.21.0.linux-amd64.tar.gz && \
RUN wget https://go.dev/dl/go1.21.1.linux-amd64.tar.gz && \
tar xf go1.21.1.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

0 comments on commit 2ebfd4f

Please sign in to comment.