Skip to content

Commit

Permalink
+RUN go install github.com/mikefarah/yq/v4@latest
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-ilyaro committed Nov 9, 2024
1 parent 6c4ed6b commit b91a46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfiles/Dockerfile_amazonlinux_2023
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ RUN dnf install -y golang
# Set Go environment variables
ENV PATH="/usr/local/go/bin:${PATH}"

/usr/local/go/bin/go install github.com/mikefarah/yq/v4@latest
RUN go install github.com/mikefarah/yq/v4@latest

# Install Kubectl
# Configure the Kubernetes repo using the BASE_VERSION
Expand Down

0 comments on commit b91a46e

Please sign in to comment.