Skip to content

Commit dbc8a30

Browse files
Update python Docker tag to v3.12.0
1 parent 1d41a9a commit dbc8a30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# base
2-
FROM python:3.9.14 as base
2+
FROM python:3.12.0 as base
33
RUN apt update && \
44
apt install dbus python-dbus-dev rustc build-essential libssl-dev libffi-dev python3-dev cargo -y --no-install-recommends \
55
&& rm -rf /var/lib/apt/lists/*
@@ -10,7 +10,7 @@ ADD https://raw.githubusercontent.com/fhempy/fhempy/v${FHEMPY_V}/requirements.tx
1010
RUN pip wheel --no-cache-dir --wheel-dir /wheels -r requirements.txt
1111

1212

13-
FROM python:3.9.14-slim as runtime
13+
FROM python:3.12.0-slim as runtime
1414

1515
WORKDIR /usr/src/app
1616

0 commit comments

Comments
 (0)