Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit bbefe32

Browse files
committed
README: some more tweaks to improve readability
Signed-off-by: Hidde Beydals <hello@hidde.co>
1 parent 4b35f8a commit bbefe32

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,9 @@ In the `Dockerfile`, update the default value of the `GO_VERSION` to the new tar
125125
### Updating the base image variant
126126

127127
In the `Dockerfile`, update the `BASE_VARIANT` to the new target base variant. Then, ensure all build stages making use
128-
(or depend on) the base `${BASE_VARIANT}` use it in their `AS` stage defined for the new variant. For example:
128+
of (or depending on) the base `${BASE_VARIANT}`, use it in their `AS` stage defined for the new variant.
129+
130+
For example:
129131

130132
```Dockerfile
131133
ARG BASE_VARIANT=awesome-os
@@ -139,7 +141,7 @@ FROM go-${BASE_VARIANT} AS build-dependencies-awesome-os
139141

140142
### Updating the `libgit2` version
141143

142-
Change the default value of `LIBGIT2_VERSION` in `hack/Makefile`, if applicable, change the `GIT2GO_TAG` in the
144+
Change the default value of `LIBGIT2_VERSION` in `hack/Makefile`. If applicable, change the `GIT2GO_TAG` in the
143145
`Makefile` in the repository root as well to test against another version of [git2go][].
144146

145147
### Releasing a new image

0 commit comments

Comments
 (0)