Skip to content

Commit 49b518b

Browse files
committed
Update the base to node:22.14-alpine in Dockerfile
1 parent 84b696a commit 49b518b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20.15-alpine as build
1+
FROM node:22.14-alpine as build
22

33
# https://github.com/docker/getting-started/issues/124
44
RUN apk add --no-cache python3 g++ make

0 commit comments

Comments
 (0)