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