Skip to content

Commit

Permalink
feat: upgrade to node 21
Browse files Browse the repository at this point in the history
  • Loading branch information
skowalak committed Apr 23, 2024
1 parent 25c792c commit 205066a
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,4 +1,4 @@
FROM arm32v7/node:18-alpine3.18 as web
FROM arm32v7/node:21-alpine3.18 as web
WORKDIR /usr/src/paisa
COPY package.json package-lock.json* ./
RUN npm install
Expand Down

0 comments on commit 205066a

Please sign in to comment.