Skip to content

Commit a67fa8d

Browse files
Merge pull request #885 from codacy/fix-vulnerability-issues
fix vulnerability issues TS-292
2 parents 8a5d20e + 7d1a215 commit a67fa8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
codacy: codacy/base@10.0.2
4+
codacy: codacy/base@10.2.2
55
codacy_plugins_test: codacy/[email protected]
66

77
workflows:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG NODE_IMAGE_VERSION=16-alpine
1+
ARG NODE_IMAGE_VERSION=16-alpine3.17
22

33
FROM node:$NODE_IMAGE_VERSION as builder
44

0 commit comments

Comments
 (0)