Skip to content

Commit

Permalink
updates to work with bonnie's rake tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotanchik-SB committed Jun 10, 2024
1 parent de7d4e8 commit b862b3c
Show file tree
Hide file tree
Showing 3 changed files with 275 additions and 96 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:11-slim
FROM node:18-buster-slim

# Install app dependencies, including ssl_setup if it exists
# A wildcard is used to ensure both package.json AND package-lock.json are copied
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cqm-execution-service",
"version": "3.0.0",
"version": "4.0.0",
"description": "CQM Execution Service",
"main": "server.js",
"repository": "https://github.com/projecttacoma/cqm-execution-service.git",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"compression": "^1.7.3",
"cqm-execution": "^3.0.0",
"cqm-execution": "^4.0.0",
"express": "^4.16.3",
"winston": "^3.0.0"
},
Expand Down
Loading

0 comments on commit b862b3c

Please sign in to comment.