From 9eb424625fd53f473c62a1c481d66a4921f1ae39 Mon Sep 17 00:00:00 2001 From: Myles Gray Date: Wed, 3 Jul 2024 16:33:56 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1fc00a0..71091ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-alpine@sha256:1f2d9c16536c0610cb32a85c679271244e8a344825e4acd8d6a51ea7d564ce71 as base +FROM python:3.11-alpine as base LABEL org.opencontainers.image.authors="Myles Gray" LABEL org.opencontainers.image.source='https://github.com/mylesagray/discord-power-bot'