We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c5916f commit 6e59b07Copy full SHA for 6e59b07
__test__/integration-tests.sh
@@ -8,7 +8,7 @@ if [[ "$(docker images -q $IMAGE 2> /dev/null)" == "" || $ARG1 == "build" ]]; th
8
echo "Building Docker image $IMAGE ..."
9
10
cat > Dockerfile << EOF
11
-FROM node:12-alpine
+FROM node:16-alpine
12
RUN apk --no-cache add git git-daemon
13
RUN npm install jest jest-environment-jsdom --global
14
WORKDIR /cpr
0 commit comments