Skip to content

Commit

Permalink
Merge pull request #209 from fhem/renovate/python-3.12.4
Browse files Browse the repository at this point in the history
chore(deps): update python:3.12.4 docker digest to 942374a
  • Loading branch information
sidey79 authored Aug 3, 2024
2 parents 95be757 + aa5a9cb commit e7d043b
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.12.4@sha256:9cccc140f1bf453c774a25afc92b997f1297704ae6905e2b0261aa403156d0ff as builder-base
FROM python:3.12.4@sha256:942374a9ed2353df11065502733c29c7f655a2b6bd03e0e2a3dd2086fdb1044c as builder-base


RUN <<eot
Expand Down Expand Up @@ -44,7 +44,7 @@ COPY --from=w-builder /wheels ./wheels


# base fhempy will be installed
FROM python:3.12.4@sha256:9cccc140f1bf453c774a25afc92b997f1297704ae6905e2b0261aa403156d0ff as base
FROM python:3.12.4@sha256:942374a9ed2353df11065502733c29c7f655a2b6bd03e0e2a3dd2086fdb1044c 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@sha256:fe40cf4e92cd0c467be2cfc30657a680ae2398318afd50b0c80585784c604f28

# base
FROM python:3.12.4@sha256:9cccc140f1bf453c774a25afc92b997f1297704ae6905e2b0261aa403156d0ff as base
FROM python:3.12.4@sha256:942374a9ed2353df11065502733c29c7f655a2b6bd03e0e2a3dd2086fdb1044c 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 e7d043b

Please sign in to comment.