Skip to content

Commit 4fe7a40

Browse files
committed
Address review comments (update README.md)
1 parent c9e9736 commit 4fe7a40

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ docker run -ti --rm ghcr.io/openzipkin/alpine:3.21.2
2020
## Release process
2121
Build the `Dockerfile` using the current version from https://alpinelinux.org/downloads/:
2222
```bash
23-
# Note 3.21.2 not 3.21!
24-
./build-bin/build 3.21.2
23+
# Note 3.21.3 not 3.21!
24+
./build-bin/build 3.21.3
2525
```
2626

2727
Next, verify the built image matches that version:
2828
```bash
2929
docker run --rm openzipkin/alpine:test -c 'cat /etc/alpine-release'
30-
3.21.2
30+
3.21.3
3131
```
3232

33-
To release the image, push a tag matching the arg to `build-bin/build` (ex `3.21.2`).
33+
To release the image, push a tag matching the arg to `build-bin/build` (ex `3.21.3`).
3434
This triggers a [GitHub Actions](https://github.com/openzipkin/docker-alpine/actions) job to push the image.

0 commit comments

Comments
 (0)