Skip to content

Commit

Permalink
fix: node version
Browse files Browse the repository at this point in the history
  • Loading branch information
sjkp authored Feb 13, 2025
1 parent 7c33b6d commit 1494d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build environment
FROM node:14.17.1-alpine as build
FROM node:14.21-alpine3.16 as build
WORKDIR /app
ENV PATH /app/node_modules/.bin:$PATH
COPY package.json ./
Expand Down

0 comments on commit 1494d4a

Please sign in to comment.