Skip to content

Commit

Permalink
Merge pull request #19 from onaio/oct-30-2024-sec-updates
Browse files Browse the repository at this point in the history
Oct 30 2024 sec updates
  • Loading branch information
FrankApiyo authored Oct 30, 2024
2 parents 7a1021d + 08f0c50 commit 2b5cb0c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# adapted from https://nodejs.org/en/docs/guides/nodejs-docker-webapp/
FROM node:20.17.0-alpine3.20
FROM node:20.18.0-alpine3.20
RUN apk update && apk upgrade
WORKDIR /usr/src/app
COPY package*.json ./
Expand Down
7 changes: 4 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,9 @@
"fastify": "^4.26.1",
"pg": "^8.11.3",
"query-string": "^7.1.3"
},
"overrides": {
"find-my-way": "8.2.2",
"cookie": "0.7.0"
}
}

0 comments on commit 2b5cb0c

Please sign in to comment.