Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zafs23 committed Aug 29, 2023
1 parent 7940140 commit 162ad92
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 @@ -301,7 +301,7 @@ COPY $GOLANG_RPM_SOURCE_DIR/x86_64/golang*1.21*.rpm /tmp/x86_64/
COPY $GOLANG_RPM_SOURCE_DIR/aarch64/golang*1.21*.rpm /tmp/aarch64/
RUN --mount=type=cache,target=/var/cache/yum,sharing=locked \
/install_base_yum_packages.sh && \
/install_golang.sh $GOLANG_VERSION_120 && \
/install_golang.sh $GOLANG_VERSION_121 && \
/remove_yum_packages.sh

FROM ${BUILDER_IMAGE} as skopeo
Expand Down

0 comments on commit 162ad92

Please sign in to comment.