Skip to content

Commit 42c8043

Browse files
Bump python from 3.8-alpine to 3.14-alpine
Bumps python from 3.8-alpine to 3.14-alpine. --- updated-dependencies: - dependency-name: python dependency-version: 3.14-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 339c7c7 commit 42c8043

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flowapi.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# License, v. 2.0. If a copy of the MPL was not distributed with this
33
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
44

5-
FROM python:3.8-alpine@sha256:3d93b1f77efce339aa77db726656872517b0d67837989aa7c4b35bd5ae7e81ba
5+
FROM python:3.14-alpine@sha256:961b74dee425a9c6446d4cc249a1337bf2f6f762865662c1e4f05a84de4940fd
66

77
ARG SOURCE_VERSION=0+unknown
88
ENV SOURCE_VERSION=${SOURCE_VERSION}

flowmachine.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# License, v. 2.0. If a copy of the MPL was not distributed with this
33
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
44

5-
FROM python:3.12-bullseye@sha256:8a0a0b029be52d01c57e91037658a47fc46e37abd2994546ab0738a7590cf70c
5+
FROM python:3.14.0rc1-bullseye@sha256:4734dbd458506b90380e76f5083db35a90dd12d5389f15949da51bf7d3cd44cc
66

77
ARG SOURCE_VERSION=0+unknown
88
ENV SOURCE_VERSION=${SOURCE_VERSION}

0 commit comments

Comments
 (0)