Skip to content

Commit 6b91f3b

Browse files
Fix vulnerabilities TS-704 (#193)
* Update config.yml * Update Dockerfile
1 parent d05bb60 commit 6b91f3b

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.9.1
4+
codacy: codacy/base@10.11.1
55
codacy_plugins_test: codacy/plugins-test@1.1.1
66

77
workflows:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11-alpine3.18
1+
FROM python:3.11-alpine3.19
22
COPY requirements.txt ./
33
RUN pip3 install --no-cache-dir -r requirements.txt
44
COPY docs /docs

0 commit comments

Comments
 (0)