Skip to content

Commit 41c3da1

Browse files
deps(docker): bump python in the docker-base-images group (#7123)
Bumps the docker-base-images group with 1 update: python. Updates `python` from 3.13.7-alpine3.22 to 3.14.0-alpine3.22 --- updated-dependencies: - dependency-name: python dependency-version: 3.14.0-alpine3.22 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker-base-images ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 39be15a commit 41c3da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ FROM composer/composer:2.8.12 AS php-composer
3232
FROM ghcr.io/aquasecurity/trivy:0.67.0 AS trivy
3333
FROM ghcr.io/yannh/kubeconform:v0.7.0 AS kubeconform
3434

35-
FROM python:3.13.7-alpine3.22 AS python-base
35+
FROM python:3.14.0-alpine3.22 AS python-base
3636

3737
FROM python-base AS clang-format
3838

0 commit comments

Comments
 (0)