We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 027a2b1 + 7f2f881 commit 337dac1Copy full SHA for 337dac1
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.17.8-alpine \
+$DOCKER run -ti -v ${SRC_DIR}:/go/src/github.com/containernetworking/plugins:z --rm golang:1.17.9-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