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'