Skip to content

Commit d63a926

Browse files
authored
Merge pull request #8 from onaio/april-updates-2024
April updates 2024
2 parents 72487d2 + 7826310 commit d63a926

File tree

2 files changed

+193
-219
lines changed

2 files changed

+193
-219
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# adapted from https://nodejs.org/en/docs/guides/nodejs-docker-webapp/
2-
FROM node:20.11.1-alpine3.19
2+
FROM node:20.12.2-alpine3.19
3+
RUN apk update && apk upgrade
34
WORKDIR /usr/src/app
45
COPY package*.json ./
56
RUN npm ci --only=production

0 commit comments

Comments
 (0)