screwdriver-api 8.0.133 → 8.0.135

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/Dockerfile +1 -1
  2. package/package.json +1 -1
package/Dockerfile CHANGED
@@ -8,7 +8,7 @@ RUN mkdir -p /usr/src/app
8
8
  WORKDIR /usr/src/app
9
9
 
10
10
  # update npm
11
- RUN npm install -g npm
11
+ RUN npm install -g npm@~11.10.0
12
12
  RUN npm cache clean -f
13
13
 
14
14
  # Install Screwdriver API
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "screwdriver-api",
3
- "version": "8.0.133",
3
+ "version": "8.0.135",
4
4
  "description": "API server for the Screwdriver.cd service",
5
5
  "main": "index.js",
6
6
  "scripts": {