Skip to content

Commit 8f49205

Browse files
chore(deps): Update dependency python
1 parent 18cead2 commit 8f49205

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
- name: Switch to using Python 3.13 by default
111111
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
112112
with:
113-
python-version: 3.13
113+
python-version: 3.14
114114
- name: Check out src from Git
115115
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
116116
with:
@@ -280,7 +280,7 @@ jobs:
280280
- name: Switch to using Python 3.13
281281
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
282282
with:
283-
python-version: 3.13
283+
python-version: 3.14
284284

285285
- name: Grab the source from Git
286286
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# Skip terraform_tflint which interferes to commit pre-commit auto-fixes
6464
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
6565
with:
66-
python-version: '3.13'
66+
python-version: '3.14'
6767

6868
- name: Execute pre-commit
6969
uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-alpine@sha256:02a73ead8397e904cea6d17e18516f1df3590e05dc8823bd5b1c7f849227d272 AS python_base
1+
FROM python:3.14-alpine@sha256:8373231e1e906ddfb457748bfc032c4c06ada8c759b7b62d9c73ec2a3c56e710 AS python_base
22

33
FROM python_base AS builder
44
ARG TARGETOS

0 commit comments

Comments
 (0)