From f4d009c6238d81525c2badf830250bbd6bea0cd4 Mon Sep 17 00:00:00 2001 From: Jason Swank Date: Wed, 1 May 2024 14:57:36 -0400 Subject: [PATCH] edge->3.19 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fdcc8ed..96aeddd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/alpine:edge +FROM docker.io/library/alpine:latest LABEL org.opencontainers.image.title=jswank/alpine-cli \ org.opencontainers.image.description="A minimal image for running Linux CLI utilities" \ diff --git a/README.md b/README.md index 941aab0..47d6ceb 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ exit Bonus - the same script could be used to start other containers: ```console -$ bin/cli image=alpine:edge +$ bin/cli image=alpine:latest / # ^D ```