Skip to content

Commit

Permalink
chore(deps): update python docker tag to v3.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent 04ff123 commit caf34d4
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.5@sha256:c7862834f921957523cc4dab6d7795a7a0d19f1cd156c1ecd3a3a08c1108c9a4 as builder-base
FROM python:3.12.7@sha256:445cdfebd5db723201de2e122bc257fbde495bb9f5f84360ea2c25441df60ae7 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.5@sha256:c7862834f921957523cc4dab6d7795a7a0d19f1cd156c1ecd3a3a08c1108c9a4 as base
FROM python:3.12.7@sha256:445cdfebd5db723201de2e122bc257fbde495bb9f5f84360ea2c25441df60ae7 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.5@sha256:c7862834f921957523cc4dab6d7795a7a0d19f1cd156c1ecd3a3a08c1108c9a4 as base
FROM python:3.12.7@sha256:445cdfebd5db723201de2e122bc257fbde495bb9f5f84360ea2c25441df60ae7 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 caf34d4

Please sign in to comment.