We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 709532d commit edbe9e1Copy full SHA for edbe9e1
Dockerfile
@@ -1,5 +1,5 @@
1
# First stage is to build the application
2
-FROM node:lts-alpine AS build
+FROM node:20-alpine AS build
3
4
# Define working directory
5
WORKDIR /app
0 commit comments