Skip to content

Commit

Permalink
chore(docker): align node version
Browse files Browse the repository at this point in the history
  • Loading branch information
gjuchault committed Nov 9, 2023
1 parent f1c5cb7 commit 2dfa7e5
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.17.1-alpine AS base
FROM node:21.1.0-alpine AS base

FROM base as builder

Expand Down

0 comments on commit 2dfa7e5

Please sign in to comment.