Skip to content

Commit

Permalink
Merge pull request #208 from codacy/bump_base_image
Browse files Browse the repository at this point in the history
Fix vulnerabilities TS-704
  • Loading branch information
stefanvacareanu7 authored Dec 14, 2023
2 parents 6101616 + 0a56d34 commit 1998e65
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.8.0
codacy: codacy/base@10.11.1
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 @@
FROM python:3.9.18-alpine3.18
FROM python:3.9.18-alpine3.19
COPY requirements.txt requirements.txt
RUN pip3 install --no-cache-dir -r requirements.txt
COPY src/codacy_prospector.py codacy_prospector.py

0 comments on commit 1998e65

Please sign in to comment.