We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8b193f commit b277bdfCopy full SHA for b277bdf
2 files changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:14-alpine AS build
+FROM node:16-alpine AS build
2
3
WORKDIR /app
4
COPY . /app
@@ -17,7 +17,7 @@ RUN set -ex \
17
&& chown -R node:node /app \
18
&& chmod +r /app/privkey.pem
19
20
-FROM node:14-alpine AS final
+FROM node:16-alpine AS final
21
22
COPY --from=build /app /app
23
ENV HTTP_PORT=8080 HTTPS_PORT=8443
0 commit comments