We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd83f3 commit 4ac7ec0Copy full SHA for 4ac7ec0
Dockerfile
@@ -1,7 +1,7 @@
1
# This is only intended to build the application for deployment on AWS Lambda with Zappa
2
# it has limited usage locally
3
4
-FROM node:20-alpine AS js-static
+FROM node:22-alpine AS js-static
5
6
ARG ENVIRONMENT
7
ENV ENVIRONMENT=$ENVIRONMENT
0 commit comments