Skip to content

Commit 9a7dfd9

Browse files
authored
Fix docker image to support python 3.14
1 parent 212c21a commit 9a7dfd9

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:${PYTHON_VERSION}-slim as e2e_base
55

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

0 commit comments

Comments
 (0)