Skip to content

Commit dece562

Browse files
chore(deps): update python docker tag to v3.13.1
1 parent 35b212c commit dece562

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
# Building wheels for later useage
5-
FROM python:3.12.5@sha256:11aa4b620c15f855f66f02a7f3c1cd9cf843cc10f3edbcf158e5ebcd98d1f549 as builder-base
5+
FROM python:3.13.1@sha256:d57ec66c94b9497b9f3c66f6cdddc1e4e0bad4c584397e0b57a721baef0e6fdc as builder-base
66

77

88
RUN <<eot
@@ -44,7 +44,7 @@ COPY --from=w-builder /wheels ./wheels
4444

4545

4646
# base fhempy will be installed
47-
FROM python:3.12.5@sha256:11aa4b620c15f855f66f02a7f3c1cd9cf843cc10f3edbcf158e5ebcd98d1f549 as base
47+
FROM python:3.13.1@sha256:d57ec66c94b9497b9f3c66f6cdddc1e4e0bad4c584397e0b57a721baef0e6fdc as base
4848

4949
RUN apt update && \
5050
apt install dbus python-dbus-dev curl -y --no-install-recommends \

Dockerfile.wheels

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1@sha256:865e5dd094beca432e8c0a1d5e1c465db5f998dca4e439981029b3b81fb39ed5
22

33
# base
4-
FROM python:3.12.5@sha256:11aa4b620c15f855f66f02a7f3c1cd9cf843cc10f3edbcf158e5ebcd98d1f549 as base
4+
FROM python:3.13.1@sha256:d57ec66c94b9497b9f3c66f6cdddc1e4e0bad4c584397e0b57a721baef0e6fdc as base
55
RUN apt update && \
66
apt install dbus python-dbus-dev build-essential libssl-dev libffi-dev python3-dev -y --no-install-recommends \
77
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)