Skip to content

Commit

Permalink
Merge pull request #73 from fhem/renovate/python-3.x
Browse files Browse the repository at this point in the history
chore(deps): update python docker tag to v3.12.2
  • Loading branch information
sidey79 authored Feb 10, 2024
2 parents 172493e + 48b5ad1 commit ed14966
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


# Building wheels for later useage
FROM python:3.10.13 as builder-base
FROM python:3.12.2 as builder-base

#RUN curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh -s -- -y

Expand Down Expand Up @@ -45,7 +45,7 @@ COPY --from=w-builder /wheels ./wheels


# base fhempy will be installed
FROM python:3.10.13 as base
FROM python:3.12.2 as base

RUN apt update && \
apt install dbus python-dbus-dev curl -y --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.wheels
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# base
FROM python:3.11.4 as base
FROM python:3.12.2 as base
RUN apt update && \
apt install dbus python-dbus-dev build-essential libssl-dev libffi-dev python3-dev -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit ed14966

Please sign in to comment.