Skip to content

Commit

Permalink
Bump python from 3.12.1-slim to 3.12.2-slim (#1048)
Browse files Browse the repository at this point in the history
* Bump python from 3.12.1-slim to 3.12.2-slim

Bumps python from 3.12.1-slim to 3.12.2-slim.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update test.yml and README.md

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fmrsabino <[email protected]>
  • Loading branch information
dependabot[bot] and fmrsabino authored Feb 13, 2024
1 parent 93aa453 commit 910f9bd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12.1'
python-version: '3.12.2'
- name: Install dependencies
run: |
pip install -U wheel setuptools
Expand All @@ -52,7 +52,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12.1'
python-version: '3.12.2'
- name: Install dependencies
run: |
pip install -U wheel setuptools
Expand All @@ -77,7 +77,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12.1'
python-version: '3.12.2'
- name: Install dependencies
run: |
pip install -U wheel setuptools
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12.1'
python-version: '3.12.2'
- name: Install dependencies
run: |
pip install -U wheel setuptools
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.1-slim
FROM python:3.12.2-slim

# python
ENV PYTHONUNBUFFERED=1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The `safe-config-service` is a service that provides configuration information i
## Requirements

- `docker-compose`https://docs.docker.com/compose/install/
- Python 3.12.1
- Python 3.12.2

## Setup

Expand Down

0 comments on commit 910f9bd

Please sign in to comment.