screwdriver-buildcluster-queue-worker 2.23.0 → 2.23.1

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
  # Install Screwdriver build cluster queue worker
11
- RUN npm install screwdriver-buildcluster-queue-worker@$VERSION --no-package-lock
11
+ RUN npm install screwdriver-buildcluster-queue-worker@$VERSION
12
12
  WORKDIR /usr/src/app/node_modules/screwdriver-buildcluster-queue-worker
13
13
 
14
14
  # Run the service
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "screwdriver-buildcluster-queue-worker",
3
- "version": "2.23.0",
3
+ "version": "2.23.1",
4
4
  "description": "An amqp connection manager implementation that consumes jobs from Rabbitmq queue.",
5
5
  "main": "index.js",
6
6
  "scripts": {