We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d05bb60 commit 6b91f3bCopy full SHA for 6b91f3b
.circleci/config.yml
@@ -1,7 +1,7 @@
1
version: 2.1
2
3
orbs:
4
- codacy: codacy/base@10.9.1
+ codacy: codacy/base@10.11.1
5
codacy_plugins_test: codacy/plugins-test@1.1.1
6
7
workflows:
Dockerfile
@@ -1,4 +1,4 @@
-FROM python:3.11-alpine3.18
+FROM python:3.11-alpine3.19
COPY requirements.txt ./
RUN pip3 install --no-cache-dir -r requirements.txt
COPY docs /docs
0 commit comments