From 6f9238a6b6b40361db8c3dc74b53d2931b3d3d78 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Sat, 26 Feb 2022 07:02:47 +0000 Subject: [PATCH] chore(docker): update python commit hash to 008bdea --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 120b656..62321f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-alpine@sha256:454d2ff165750de2948ac1732903c791904d5dcefccb2c830e1257049425f808 +FROM python:3.10-alpine@sha256:008bdea05f91e66ef31b6f6b2a1cfa96a0185eb69b6f6deae83b0df8e3aaf1f5 LABEL maintainer="Robert Kaussow " LABEL org.opencontainers.image.authors="Robert Kaussow "