Skip to content

Commit

Permalink
fix: npm version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickleet committed Nov 11, 2022
1 parent be4b694 commit 3a4517e
Show file tree
Hide file tree
Showing 3 changed files with 3,062 additions and 4,498 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:17.3.0-alpine3.13 as build
FROM node:18.12.1-alpine3.16 as build

WORKDIR /build

Expand All @@ -12,7 +12,7 @@ COPY tsconfig.json ./
RUN npm run build
RUN npm prune --production

FROM node:17.3.0-alpine3.13
FROM node:18.12.1-alpine3.16

WORKDIR /usr/src/app

Expand Down
Loading

0 comments on commit 3a4517e

Please sign in to comment.