From 14f2492c9aa67ebb4d3a29d008163534d12a1f3e Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Fri, 8 Oct 2021 14:36:49 +0200 Subject: [PATCH] chore(deps): update python docker tag to v3.10 (#77) Co-authored-by: Renovator Bot Co-committed-by: Renovator Bot --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8cd1407..5c595a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9-alpine@sha256:4475d951839c2897bf6c27475545a25be8f711dc2e02408d8854bb89c19b8e05 +FROM python:3.10-alpine@sha256:c13a6cf74fb452f9eab9f1a521f3ff6d056d5bc51b1a29bfe4758fcb00135394 LABEL maintainer="Robert Kaussow " LABEL org.opencontainers.image.authors="Robert Kaussow "