Skip to content

Commit

Permalink
Merge pull request #311 from jenkinsci/updatecli_87f87a76544d05c5031e…
Browse files Browse the repository at this point in the history
…0853a9da3c8bedbc0e6635ea320fa288552845c6fb0c

Bump node alpine docker image version to 20.6.0-alpine3.18
  • Loading branch information
dduportal authored Sep 8, 2023
2 parents 4cc335a + e44511b commit 34fb1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ test-%: prepare-test
set -x
IMAGE=$* bats/bin/bats $(bats_flags) | tee target/results-$*.tap
# convert TAP to JUNIT
docker run --rm -v "$(CURDIR)":/usr/src/app -w /usr/src/app node:20.5.1-alpine3.18 \
docker run --rm -v "$(CURDIR)":/usr/src/app -w /usr/src/app node:20.6.0-alpine3.18 \
sh -c "npm install -g [email protected] && npm install tap-xunit -g && cat target/results-$*.tap | tap-xunit --package='jenkinsci.docker.$*' > target/junit-results-$*.xml"

test: prepare-test
Expand Down

0 comments on commit 34fb1e0

Please sign in to comment.