Skip to content

Commit daf7a77

Browse files
Merge pull request #902 from codacy/fix_vulnerabilities
Fix vulnerabilities TS-599
2 parents 6e7c453 + cc6432e commit daf7a77

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.2.2
4+
codacy: codacy/base@10.8.0
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-alpine3.17
1+
ARG NODE_IMAGE_VERSION=16-alpine3.18
22

33
FROM node:$NODE_IMAGE_VERSION as builder
44

0 commit comments

Comments
 (0)