Skip to content

Commit

Permalink
core: Update Dockerfile python to 3.8.19-slim-bullseye (#492)
Browse files Browse the repository at this point in the history
* paambaati/codeclimate-action to 9.0.0
  • Loading branch information
jdaln authored Dec 4, 2024
1 parent ed46924 commit d7ce70e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/standalone_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
PULL_DOCKER_IMAGES: false

- name: Publish coverage on codeclimate
uses: paambaati/codeclimate-action@v3.2.0
uses: paambaati/codeclimate-action@v9.0.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
Expand Down
2 changes: 1 addition & 1 deletion mipdb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8.11-slim-buster
FROM python:3.8.19-slim-bullseye
MAINTAINER Thanasis Karampatsis <[email protected]>

#######################################################
Expand Down

0 comments on commit d7ce70e

Please sign in to comment.