Skip to content

Commit

Permalink
test: update Node.js version in Dockerfile to 18.20.5-alpine3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbsfilho committed Jan 20, 2025
1 parent c03de58 commit fc4d9fe
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 node:18-alpine3.17 AS node
FROM node:18.20.5-alpine3.21 AS node

WORKDIR /

Expand Down

0 comments on commit fc4d9fe

Please sign in to comment.