Skip to content

Commit

Permalink
Merge pull request #885 from codacy/fix-vulnerability-issues
Browse files Browse the repository at this point in the history
fix vulnerability issues TS-292
  • Loading branch information
stefanvacareanu7 authored Apr 11, 2023
2 parents 8a5d20e + 7d1a215 commit a67fa8d
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.0.2
codacy: codacy/base@10.2.2
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-alpine
ARG NODE_IMAGE_VERSION=16-alpine3.17

FROM node:$NODE_IMAGE_VERSION as builder

0 comments on commit a67fa8d

Please sign in to comment.