Skip to content

Commit

Permalink
Merge pull request #100 from fhem/update-python3.9.18
Browse files Browse the repository at this point in the history
build: Cleanup Dockerfile and update python to latest 3.9.18 version
  • Loading branch information
sidey79 authored Dec 6, 2023
2 parents 8dfd3b9 + 73419b6 commit f784899
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# base fhempy will be installed
FROM python:3.9.17 as base
FROM python:3.9.18 as base

COPY requirements.txt ./requirements.txt

Expand All @@ -10,8 +10,6 @@ RUN apt update && \
&& rm -rf /var/lib/apt/lists/*

RUN pip install --no-cache -r requirements.txt
#RUN pip uninstall "Cython" && pip install --no-cache "Cython<3.0"


# image for fhempy (final stage) modules will be installed here
FROM base as runtime
Expand Down

0 comments on commit f784899

Please sign in to comment.