We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5830b07 commit 1ce7de9Copy full SHA for 1ce7de9
scripts/release.sh
@@ -16,7 +16,7 @@ rm -Rf ${SRC_DIR}/${RELEASE_DIR}
16
mkdir -p ${SRC_DIR}/${RELEASE_DIR}
17
mkdir -p ${OUTPUT_DIR}
18
19
-$DOCKER run -ti -v ${SRC_DIR}:/go/src/github.com/containernetworking/plugins:z --rm golang:1.21.1-alpine \
+$DOCKER run -ti -v ${SRC_DIR}:/go/src/github.com/containernetworking/plugins:z --rm golang:1.21.3-alpine \
20
/bin/sh -xe -c "\
21
apk --no-cache add bash tar;
22
cd /go/src/github.com/containernetworking/plugins; umask 0022;
0 commit comments