Skip to content

Commit

Permalink
Update yq
Browse files Browse the repository at this point in the history
  • Loading branch information
Laica-Lunasys committed May 31, 2024
1 parent f7e40eb commit 467fdc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waterfall/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN apt-get update -qq && \
apt-get install -y gosu && \
apt-get clean

RUN curl -fsSL -o /usr/local/bin/yq https://github.com/mikefarah/yq/releases/download/v4.34.1/yq_${TARGETOS}_${TARGETARCH} && \
RUN curl -fsSL -o /usr/local/bin/yq https://github.com/mikefarah/yq/releases/download/v4.44.1/yq_${TARGETOS}_${TARGETARCH} && \
chmod a+x /usr/local/bin/yq

# Copy Entry point
Expand Down

0 comments on commit 467fdc5

Please sign in to comment.