From ae36f4f6794233cd2e4ccabb6f6d0bb4dcf850a8 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Wed, 1 Feb 2023 00:23:16 +0100 Subject: [PATCH] Removed deprecated com.github.debarshiray.toolbox tag https://github.com/containers/toolbox/pull/820 --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6ae65fb..76d7b6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,6 @@ FROM registry.fedoraproject.org/fedora:38 ENV NAME=fedora-toolbox VERSION=38 LABEL com.github.containers.toolbox="true" \ - com.github.debarshiray.toolbox="true" \ com.redhat.component="$NAME" \ name="$NAME" \ version="$VERSION" \