Skip to content

Commit

Permalink
Merge pull request #1447 from giuseppe/bump-tap
Browse files Browse the repository at this point in the history
tests: bump tap version
  • Loading branch information
rhatdan authored Apr 11, 2024
2 parents 7202095 + 1809973 commit a1ed024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/oci-validation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ENV PATH=/usr/bin:/usr/sbin:/root/go/bin:/usr/local/bin::/usr/local/sbin

RUN yum install -y golang python git gcc automake autoconf libcap-devel \
systemd-devel yajl-devel libseccomp-devel libselinux-devel \
glibc-static python3-libmount libtool make npm go-md2man && \
npm install -g tap@16.3.8
glibc-static python3-libmount libtool make nodejs18-npm go-md2man && \
ln /usr/bin/node-18 /usr/bin/node && npm-18 install -g tap@16.3.10

COPY run-tests.sh /usr/local/bin

Expand Down

0 comments on commit a1ed024

Please sign in to comment.