Skip to content

Commit

Permalink
Merge pull request #111 from ducktors/dependabot/npm_and_yarn/rimraf-…
Browse files Browse the repository at this point in the history
…4.1.2

chore(deps-dev): bump rimraf from 3.0.2 to 4.1.2
  • Loading branch information
matteovivona authored Feb 3, 2023
2 parents 5aa46f4 + b4b2114 commit b20a91b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=${TARGETPLATFORM} node:16.17.1-alpine3.16 as build
FROM --platform=${TARGETPLATFORM} node:16.19.0-alpine3.17@sha256:058dbdf1bf2945e4814a41ce0a30959ba6f72952ad93bcd8340c47bcc12b9f27 as build

# set app basepath
ENV HOME=/home/app
Expand Down Expand Up @@ -26,7 +26,7 @@ RUN pnpm install --prod --frozen-lockfile --ignore-scripts
RUN rm -rf $PROJECT_WORKDIR/.pnpm-store

# start new image for lower size
FROM --platform=${TARGETPLATFORM} node:16.17.1-alpine3.16
FROM --platform=${TARGETPLATFORM} node:16.19.0-alpine3.17@sha256:058dbdf1bf2945e4814a41ce0a30959ba6f72952ad93bcd8340c47bcc12b9f27

# dumb-init registers signal handlers for every signal that can be caught
RUN apk update && apk add --no-cache dumb-init
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"husky": "^8.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"rimraf": "^4.1.2",
"s3rver": "^3.7.1",
"semantic-release": "^19.0.5",
"tap": "^15.1.5",
Expand Down
10 changes: 8 additions & 2 deletions pnpm-lock.yaml

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

0 comments on commit b20a91b

Please sign in to comment.