From 6cd1efc9d2a8404bf848c6908ea3d710cd3d4036 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 00:29:17 +0000 Subject: [PATCH] Pin python Docker tag to 4350f4c --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 71091ec..bb9625e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-alpine as base +FROM python:3.11-alpine@sha256:4350f4caccd5f014eb107fd0c7348f428d6e9d9fb089797d6264a234592e0981 as base LABEL org.opencontainers.image.authors="Myles Gray" LABEL org.opencontainers.image.source='https://github.com/mylesagray/discord-power-bot'