File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-c"]
66
77RUN dnf install -y git wget
88
9- ENV GOLANG_VERSION=1.22.5
9+ ENV GOLANG_VERSION=1.22.7
1010
1111# download appropriate binary based on the target architecture for multi-arch builds
1212RUN OS_ARCH=${TARGETARCH/x86_64/amd64} && OS_ARCH=${OS_ARCH/aarch64/arm64} && \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-c"]
66
77RUN dnf install -y git wget
88
9- ENV GOLANG_VERSION=1.22.5
9+ ENV GOLANG_VERSION=1.22.7
1010
1111# download appropriate binary based on the target architecture for multi-arch builds
1212RUN OS_ARCH=${TARGETARCH/x86_64/amd64} && OS_ARCH=${OS_ARCH/aarch64/arm64} && \
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1717 git && \
1818 rm -rf /var/lib/apt/lists/*
1919
20- ENV GOLANG_VERSION=1.22.5
20+ ENV GOLANG_VERSION=1.22.7
2121
2222# download appropriate binary based on the target architecture for multi-arch builds
2323RUN OS_ARCH=${TARGETARCH/x86_64/amd64} && OS_ARCH=${OS_ARCH/aarch64/arm64} && \
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1717 git && \
1818 rm -rf /var/lib/apt/lists/*
1919
20- ENV GOLANG_VERSION=1.22.5
20+ ENV GOLANG_VERSION=1.22.7
2121
2222# download appropriate binary based on the target architecture for multi-arch builds
2323RUN OS_ARCH=${TARGETARCH/x86_64/amd64} && OS_ARCH=${OS_ARCH/aarch64/arm64} && \
You can’t perform that action at this time.
0 commit comments