Skip to content

Commit

Permalink
Merge pull request #902 from codacy/fix_vulnerabilities
Browse files Browse the repository at this point in the history
Fix vulnerabilities TS-599
  • Loading branch information
stefanvacareanu7 authored Oct 3, 2023
2 parents 6e7c453 + cc6432e commit daf7a77
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
codacy: codacy/base@10.2.2
codacy: codacy/base@10.8.0
codacy_plugins_test: codacy/plugins-test@1.1.1

workflows:
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NODE_IMAGE_VERSION=16-alpine3.17
ARG NODE_IMAGE_VERSION=16-alpine3.18

FROM node:$NODE_IMAGE_VERSION as builder

0 comments on commit daf7a77

Please sign in to comment.