From dc68fb84dfb8c34f544e5bcad71d7ea9501a82e4 Mon Sep 17 00:00:00 2001 From: Rob Arnold <326113+robarnold@users.noreply.github.com> Date: Tue, 2 Jan 2024 01:39:23 -0800 Subject: [PATCH] Explicitly tag Python with docker versioning --- ansible/Earthfile | 2 +- images/universal-silabs-flasher/Earthfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/Earthfile b/ansible/Earthfile index 5d7a77ad..a15c481f 100644 --- a/ansible/Earthfile +++ b/ansible/Earthfile @@ -1,5 +1,5 @@ VERSION 0.7 -# renovate: datasource=docker depName=python +# renovate: datasource=docker depName=python versioning=docker ARG PYTHON_VERSION=3.12.0-bullseye FROM python:$PYTHON_VERSION diff --git a/images/universal-silabs-flasher/Earthfile b/images/universal-silabs-flasher/Earthfile index e0a89ad7..31921671 100644 --- a/images/universal-silabs-flasher/Earthfile +++ b/images/universal-silabs-flasher/Earthfile @@ -1,5 +1,5 @@ VERSION 0.7 -# renovate: datasource=docker depName=python +# renovate: datasource=docker depName=python versioning=docker ARG PYTHON_VERSION=3.12.0-bullseye FROM python:$PYTHON_VERSION