Skip to content

Commit

Permalink
Update all dependencies (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkosiec committed Dec 12, 2021
1 parent a0a4698 commit ff3ccd9
Show file tree
Hide file tree
Showing 11 changed files with 4,592 additions and 7,209 deletions.
2,266 changes: 1,137 additions & 1,129 deletions cli/package-lock.json

Large diffs are not rendered by default.

6,079 changes: 1,740 additions & 4,339 deletions core/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docker-image/dev.Dockerfile
Expand Up @@ -4,7 +4,7 @@
# Stage 1: Core
#

FROM node:16-alpine AS coreBuilder
FROM node:17-alpine AS coreBuilder
LABEL Maintainer="Pawel Kosiec <pawel@kosiec.net>"

ENV CORE_DIR=./core
Expand All @@ -29,7 +29,7 @@ RUN npm i --production --no-optional
# Stage 2: CLI
#

FROM node:16-alpine as cliBuilder
FROM node:17-alpine as cliBuilder

ENV CLI_DIR=./cli
WORKDIR /app
Expand All @@ -56,7 +56,7 @@ RUN rm -rf /app/src/ && \
# Stage 3: Final Docker image
#

FROM node:16-alpine
FROM node:17-alpine
LABEL Maintainer="Pawel Kosiec <pawel@kosiec.net>"

WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion docker-image/prod.Dockerfile
@@ -1,4 +1,4 @@
FROM node:16-alpine
FROM node:17-alpine
LABEL Maintainer="Pawel Kosiec <pawel@kosiec.net>"

ARG cliVersion=""
Expand Down
2,216 changes: 1,110 additions & 1,106 deletions docker-image/test/tester/package-lock.json

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions examples/custom-docker-image/sample-data/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ff3ccd9

Please sign in to comment.