Skip to content

Commit

Permalink
Bump Go version to 1.20 to build Skopeo
Browse files Browse the repository at this point in the history
  • Loading branch information
zafs23 committed Sep 27, 2023
1 parent 98c5184 commit 96c736e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ ENV SKOPEO_VERSION=$SKOPEO_VERSION
WORKDIR /workdir
ENV GOPATH /go
ENV PATH="/go/bin/:$PATH"
COPY --link --from=golang-1.16 /golang-1.16 /
COPY --link --from=golang-1.20 /golang-1.20 /
COPY ./scripts/install_base_yum_packages.sh ./scripts/remove_yum_packages.sh ./scripts/install_gcc_yum_packages.sh ./scripts/common_vars.sh \
./scripts/install_skopeo.sh /
RUN --mount=type=cache,target=/root/.cache/go-build,sharing=locked \
Expand Down

0 comments on commit 96c736e

Please sign in to comment.