Skip to content

Commit

Permalink
fix: minor version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickleet committed Nov 11, 2022
1 parent 5e597bb commit 3b8b0f6
Show file tree
Hide file tree
Showing 5 changed files with 1,093 additions and 2,008 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:17.9.1-alpine3.15 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:17.9.1-alpine3.15

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion jest.integration.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:17.2.0-alpine3.13 as build
FROM node:17.9.1-alpine3.15 as build

WORKDIR /build

Expand Down
Loading

0 comments on commit 3b8b0f6

Please sign in to comment.