edge->3.19

This commit is contained in:
Jason Swank 2024-05-01 14:57:36 -04:00
parent c38096809e
commit f4d009c623
2 changed files with 2 additions and 2 deletions

View File

@ -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" \

View File

@ -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
```