Skip to content

Commit

Permalink
chore: Pin yq version for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nieomylnieja authored Apr 15, 2024
1 parent e352c26 commit 1352120
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/docker/Dockerfile.e2e
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM bats/bats:1.11.0

RUN apk --no-cache --update add \
gettext jq git python3 py3-pip
RUN pip install yq --break-system-packages
RUN pip install yq==v3.2.3 --break-system-packages

WORKDIR /sloctl

Expand Down
2 changes: 1 addition & 1 deletion test/docker/Dockerfile.unit
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM bats/bats:1.11.0

RUN apk --no-cache --update add \
gettext jq git python3 py3-pip
RUN pip install yq --break-system-packages
RUN pip install yq==v3.2.3 --break-system-packages

WORKDIR /sloctl

Expand Down

0 comments on commit 1352120

Please sign in to comment.