We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e51acc4 commit 558e69fCopy full SHA for 558e69f
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