We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0706993 commit 1c65742Copy full SHA for 1c65742
ci/release/build_in_docker.sh
@@ -4,7 +4,7 @@ cd -- "$(dirname "$0")/../.."
4
. ./ci/sub/lib.sh
5
6
tag="$(sh_c docker build \
7
- --build-arg GOVERSION="1.22.2.linux-$ARCH" \
+ --build-arg GOVERSION="1.23.6.linux-$ARCH" \
8
-qf ./ci/release/linux/Dockerfile ./ci/release/linux)"
9
docker_run \
10
-e DRY_RUN \
0 commit comments