File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
4
4
# Building wheels for later useage
5
- FROM python:3.12.5 @sha256:11aa4b620c15f855f66f02a7f3c1cd9cf843cc10f3edbcf158e5ebcd98d1f549 as builder-base
5
+ FROM python:3.13.0 @sha256:2d9f338cf7598aae8110f4eef1f3a6d2f8342d0c0b820879b2d79838edf6f565 as builder-base
6
6
7
7
8
8
RUN <<eot
@@ -44,7 +44,7 @@ COPY --from=w-builder /wheels ./wheels
44
44
45
45
46
46
# base fhempy will be installed
47
- FROM python:3.12.5 @sha256:11aa4b620c15f855f66f02a7f3c1cd9cf843cc10f3edbcf158e5ebcd98d1f549 as base
47
+ FROM python:3.13.0 @sha256:2d9f338cf7598aae8110f4eef1f3a6d2f8342d0c0b820879b2d79838edf6f565 as base
48
48
49
49
RUN apt update && \
50
50
apt install dbus python-dbus-dev curl -y --no-install-recommends \
Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:1@sha256:865e5dd094beca432e8c0a1d5e1c465db5f998dca4e439981029b3b81fb39ed5
2
2
3
3
# base
4
- FROM python:3.12.5 @sha256:11aa4b620c15f855f66f02a7f3c1cd9cf843cc10f3edbcf158e5ebcd98d1f549 as base
4
+ FROM python:3.13.0 @sha256:2d9f338cf7598aae8110f4eef1f3a6d2f8342d0c0b820879b2d79838edf6f565 as base
5
5
RUN apt update && \
6
6
apt install dbus python-dbus-dev build-essential libssl-dev libffi-dev python3-dev -y --no-install-recommends \
7
7
&& rm -rf /var/lib/apt/lists/*
You can’t perform that action at this time.
0 commit comments