We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9bb6a7 commit 89e1890Copy full SHA for 89e1890
docker/Dockerfile
@@ -1,5 +1,5 @@
1
# Using 18 alpine because supports arm/v8 and arm/v8 needed for silicon chips
2
-FROM node:18-alpine
+FROM node:20-alpine
3
RUN apk add --no-cache bash
4
WORKDIR /app
5
ADD ./ .
0 commit comments