From 307dd862925a0119d0d743af909cfc6d13aaf039 Mon Sep 17 00:00:00 2001 From: Kile <69253692+Kile@users.noreply.github.com> Date: Wed, 31 Jan 2024 14:44:19 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index fae120b..b3b8fb6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,5 @@ +LABEL org.opencontainers.image.source=https://github.com/kile/pypxl + # using ubuntu LTS version FROM ubuntu:20.04 AS builder-image