We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bf383b commit 2755897Copy full SHA for 2755897
env.Dockerfile
@@ -3,7 +3,7 @@ FROM cypress/browsers:node-20.10.0-chrome-118.0.5993.88-1-ff-118.0.2-edge-118.0.
3
ARG MAVEN_VER="3.8.1"
4
ARG MAVEN_BASE_URL="https://archive.apache.org/dist/maven/maven-3"
5
6
-RUN apt-get update && apt-get install -y jq
+RUN apt-get update && apt-get install -y jq curl
7
8
RUN adduser --disabled-password jahians
9
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@jahia/cypress",
- "version": "3.18.0",
+ "version": "3.18.1",
"scripts": {
"build": "tsc",
"lint": "eslint src -c .eslintrc.json --ext .ts"
0 commit comments