Skip to content

Commit

Permalink
chore(deps): update docker.io/library/python docker tag to v3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent 56864c1 commit 254ca3b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .woodpecker/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ when:

steps:
- name: build
image: docker.io/library/python:3.12
image: docker.io/library/python:3.13
commands:
- pip install poetry poetry-dynamic-versioning -qq
- poetry build
Expand Down
4 changes: 2 additions & 2 deletions .woodpecker/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ when:

steps:
- name: build
image: docker.io/library/python:3.12
image: docker.io/library/python:3.13
commands:
- pip install poetry poetry-dynamic-versioning -qq
- poetry build
Expand Down Expand Up @@ -39,7 +39,7 @@ steps:
- event: [tag]

- name: publish-pypi
image: docker.io/library/python:3.12
image: docker.io/library/python:3.13
secrets:
- source: pypi_password
target: POETRY_HTTP_BASIC_PYPI_PASSWORD
Expand Down
6 changes: 3 additions & 3 deletions .woodpecker/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ when:

steps:
- name: check-format
image: docker.io/library/python:3.12
image: docker.io/library/python:3.13
commands:
- pip install poetry poetry-dynamic-versioning -qq
- poetry install -E ansible-core
Expand All @@ -16,7 +16,7 @@ steps:
PY_COLORS: "1"

- name: check-coding
image: docker.io/library/python:3.12
image: docker.io/library/python:3.13
commands:
- pip install poetry poetry-dynamic-versioning -qq
- poetry install -E ansible-core
Expand All @@ -25,7 +25,7 @@ steps:
PY_COLORS: "1"

- name: check-jinja
image: docker.io/library/python:3.12
image: docker.io/library/python:3.13
commands:
- pip install poetry poetry-dynamic-versioning -qq
- poetry install -E ansible-core
Expand Down

0 comments on commit 254ca3b

Please sign in to comment.