Skip to content

Commit

Permalink
Merge pull request #14 from onaio/update-base-image
Browse files Browse the repository at this point in the history
Update base image to node:20.15.1-alpine3.20
  • Loading branch information
ciremusyoka authored Jul 31, 2024
2 parents 7ca685c + c94086d commit 283e96b
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.15.0-alpine3.19
FROM node:20.15.1-alpine3.20
RUN apk update && apk upgrade
WORKDIR /usr/src/app
COPY package*.json ./
Expand Down

0 comments on commit 283e96b

Please sign in to comment.