Skip to content

Commit 123e77e

Browse files
Bump python from 3.13-slim to 3.14-slim
Bumps python from 3.13-slim to 3.14-slim. --- updated-dependencies: - dependency-name: python dependency-version: 3.14-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1e73f0f commit 123e77e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildBase.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# for use in a CI/CD-style environment such as GitHub Actions or Jenkins.
33
# Further reading on this: https://docs.docker.com/get-started/docker-concepts/the-basics/what-is-an-image/
44

5-
FROM python:3.13-slim
5+
FROM python:3.14-slim
66

77
# Create non-root OS user/group and configure environment
88
RUN addgroup --system nonroot \

0 commit comments

Comments
 (0)