From fad4350b3e3be5e2c33c72a5e585f25466837a31 Mon Sep 17 00:00:00 2001 From: ezterry Date: Sun, 6 Jul 2025 01:01:42 -0400 Subject: [PATCH] fix typo in package name --- README.md | 6 +++--- build.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 331382c..7631dc4 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -== Alpine Docker Image == +## Alpine Docker Image A simple mirror of an Alpine linux 3.21 docker image To use: -docker run -it --rm git-hojo.devnull.name/docker-base/alpine-alpine:3.21 +docker run -it --rm git-hojo.devnull.name/docker-base/alpine:3.21 -or use git-hojo.devnull.name/docker-base/alpine-alpine:3.21 in your Dockerfile +or use git-hojo.devnull.name/docker-base/alpine:3.21 in your Dockerfile diff --git a/build.sh b/build.sh index 54f3fae..67c3d4d 100755 --- a/build.sh +++ b/build.sh @@ -1,3 +1,3 @@ #!/bin/bash -docker build -t git-hojo.devnull.name/docker-base/alpine-alpine:3.21 -f Dockerfile . --no-cache +docker build -t git-hojo.devnull.name/docker-base/alpine:3.21 -f Dockerfile . --no-cache