Skip to content

Commit

Permalink
Merge pull request #4 from onaio/update-base-image
Browse files Browse the repository at this point in the history
Update base image to use latest alpine
  • Loading branch information
KipSigei authored Mar 21, 2024
2 parents 4e5644b + 6d3247d commit e73472c
Showing 1 changed file with 1 addition and 1 deletion.
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.2-alpine
FROM node:20.11.1-alpine3.19
WORKDIR /usr/src/app
COPY package*.json ./
RUN npm ci --only=production
Expand Down

0 comments on commit e73472c

Please sign in to comment.