Skip to content

Commit

Permalink
Merge pull request #24 from onaio/update-node-base-image
Browse files Browse the repository at this point in the history
Update docker base image tag
  • Loading branch information
FrankApiyo authored Feb 26, 2025
2 parents 962d632 + 9daabca commit 57a1467
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.2-alpine3.21
FROM node:20.18.3-alpine3.21
RUN apk update && apk upgrade
WORKDIR /usr/src/app
COPY package*.json ./
Expand Down

0 comments on commit 57a1467

Please sign in to comment.