Skip to content

Commit

Permalink
Update base image and npm express
Browse files Browse the repository at this point in the history
  • Loading branch information
cdupuis committed Jul 11, 2023
1 parent e6ecb31 commit dc6ced1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.14@sha256:eb3e4e175ba6d212ba1d6e04fc0782916c08e1c9d7b45892e9796141b1d379ae
FROM alpine:3.18

ENV BLUEBIRD_WARNINGS=0 \
NODE_ENV=production \
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint": "eslint \"**/*.js\""
},
"dependencies": {
"express": "4.17.1"
"express": "4.17.3"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit dc6ced1

Please sign in to comment.