This repository was archived by the owner on Dec 16, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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
127127In 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
131133ARG 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
You can’t perform that action at this time.
0 commit comments