Skip to content

Commit b277bdf

Browse files
committed
Update node 16 and npm packages
1 parent f8b193f commit b277bdf

2 files changed

Lines changed: 801 additions & 102 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:14-alpine AS build
1+
FROM node:16-alpine AS build
22

33
WORKDIR /app
44
COPY . /app
@@ -17,7 +17,7 @@ RUN set -ex \
1717
&& chown -R node:node /app \
1818
&& chmod +r /app/privkey.pem
1919

20-
FROM node:14-alpine AS final
20+
FROM node:16-alpine AS final
2121
WORKDIR /app
2222
COPY --from=build /app /app
2323
ENV HTTP_PORT=8080 HTTPS_PORT=8443

0 commit comments

Comments
 (0)