From 3f72fc3515c9f8752226037e7f4d56c259c87f3e Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Tue, 30 May 2023 13:36:55 -0400 Subject: [PATCH] typo --- dotnet_base_container/Containerfile | 4 ++-- dotnet_lts_container/Containerfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dotnet_base_container/Containerfile b/dotnet_base_container/Containerfile index 39372f2..cd36f43 100644 --- a/dotnet_base_container/Containerfile +++ b/dotnet_base_container/Containerfile @@ -11,8 +11,8 @@ LABEL com.github.containers.toolbox="true" \ com.redhat.component="$NAME" \ name="$NAME" \ version="$VERSION" \ - usage="To be built upon with custom developer images" \ - summary="Wyatt's custom base image" \ + usage=".NET currrent custom developer images" \ + summary="Wyatt's custom .NET 7 image" \ maintainer="Wyatt J. Miller " # Install .NET and related tools diff --git a/dotnet_lts_container/Containerfile b/dotnet_lts_container/Containerfile index e5e574d..b2e75cc 100644 --- a/dotnet_lts_container/Containerfile +++ b/dotnet_lts_container/Containerfile @@ -11,8 +11,8 @@ LABEL com.github.containers.toolbox="true" \ com.redhat.component="$NAME" \ name="$NAME" \ version="$VERSION" \ - usage="To be built upon with custom developer images" \ - summary="Wyatt's custom base image" \ + usage=".NET LTS custom developer image" \ + summary="Wyatt's custom .NET LTS image" \ maintainer="Wyatt J. Miller " # Install .NET and related tools