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 9732a67 commit 22f871b
Show file tree
Hide file tree
Showing 3 changed files with 3,140 additions and 4,593 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.12.0-alpine3.16 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:18.12.0-alpine3.16
FROM node:18.12.1-alpine3.16

WORKDIR /usr/src/app

Expand Down
Loading

0 comments on commit 22f871b

Please sign in to comment.