Skip to content

Commit

Permalink
fix: update node version (#1463)
Browse files Browse the repository at this point in the history
* fix: update deploy.yml and node version

* fix: update node version
  • Loading branch information
zzdhybthu authored Nov 3, 2024
1 parent 6b0e4d5 commit de7d28f
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,6 +1,6 @@
# Builder stage

FROM node:22.11.0-alpine AS builder
FROM node:22.3.0-alpine AS builder

RUN apk add python3 make gcc g++

Expand Down

0 comments on commit de7d28f

Please sign in to comment.