Skip to content

Commit fb525b1

Browse files
Fix docker image in streamlit CI (#128)
* Fix docker image to support python 3.14 * Pin to 3.13 --------- Co-authored-by: Lukas Masuch <[email protected]>
1 parent 212c21a commit fb525b1

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
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1.4
22

33
ARG PYTHON_VERSION
4-
FROM python:${PYTHON_VERSION}-slim-bullseye as e2e_base
4+
FROM python:3.13-slim-bullseye as e2e_base
55

66
SHELL ["/bin/bash", "-o", "pipefail", "-e", "-u", "-x", "-c"]
77

0 commit comments

Comments
 (0)