Skip to content

Commit 89e1890

Browse files
authored
test
1 parent a9bb6a7 commit 89e1890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Using 18 alpine because supports arm/v8 and arm/v8 needed for silicon chips
2-
FROM node:18-alpine
2+
FROM node:20-alpine
33
RUN apk add --no-cache bash
44
WORKDIR /app
55
ADD ./ .

0 commit comments

Comments
 (0)