Skip to content

Commit

Permalink
Merge pull request #8 from onaio/april-updates-2024
Browse files Browse the repository at this point in the history
April updates 2024
  • Loading branch information
KipSigei authored May 7, 2024
2 parents 72487d2 + 7826310 commit d63a926
Show file tree
Hide file tree
Showing 2 changed files with 193 additions and 219 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# adapted from https://nodejs.org/en/docs/guides/nodejs-docker-webapp/
FROM node:20.11.1-alpine3.19
FROM node:20.12.2-alpine3.19
RUN apk update && apk upgrade
WORKDIR /usr/src/app
COPY package*.json ./
RUN npm ci --only=production
Expand Down
Loading

0 comments on commit d63a926

Please sign in to comment.