Skip to content

Commit

Permalink
Merge pull request #23 from onaio/update-base-image
Browse files Browse the repository at this point in the history
Update base image
  • Loading branch information
FrankApiyo authored Jan 28, 2025
2 parents e53568a + d0c8345 commit 962d632
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.18.0-alpine3.20
FROM node:20.18.2-alpine3.21
RUN apk update && apk upgrade
WORKDIR /usr/src/app
COPY package*.json ./
Expand Down

0 comments on commit 962d632

Please sign in to comment.