From 7af2db9b88bc1e749e8320fa529493d744ade963 Mon Sep 17 00:00:00 2001 From: Jason Swank Date: Mon, 8 May 2023 22:20:12 -0400 Subject: [PATCH] add support for alt tag --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 119c59b..d4e66ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/alpine:latest +FROM docker.io/library/alpine:edge LABEL org.opencontainers.image.title=jswank/alpine-cli \ org.opencontainers.image.description="A minimal image for running Linux CLI utilities" \