Skip to content

Commit

Permalink
fix: major version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickleet committed Nov 11, 2022
1 parent 3b8b0f6 commit e1294bb
Show file tree
Hide file tree
Showing 4 changed files with 2,298 additions and 2,623 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.9.1-alpine3.15 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.9.1-alpine3.15
FROM node:18.12.1-alpine3.16

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.9.1-alpine3.15 as build
FROM node:18.12.1-alpine3.16 as build

WORKDIR /build

Expand Down
Loading

0 comments on commit e1294bb

Please sign in to comment.