Skip to content

Commit

Permalink
chore(deps): update python docker tag to v3.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 7, 2024
1 parent 21a34b6 commit 7d1adef
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:942374a9ed2353df11065502733c29c7f655a2b6bd03e0e2a3dd2086fdb1044c as builder-base
FROM python:3.12.5@sha256:b5e2dd9cf50aa418968e6c2034e9468b78f8244186d9922c9107fee5a454e5c2 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:942374a9ed2353df11065502733c29c7f655a2b6bd03e0e2a3dd2086fdb1044c as base
FROM python:3.12.5@sha256:b5e2dd9cf50aa418968e6c2034e9468b78f8244186d9922c9107fee5a454e5c2 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:942374a9ed2353df11065502733c29c7f655a2b6bd03e0e2a3dd2086fdb1044c as base
FROM python:3.12.5@sha256:b5e2dd9cf50aa418968e6c2034e9468b78f8244186d9922c9107fee5a454e5c2 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 7d1adef

Please sign in to comment.