Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/go_modules/golang.org/x/net-0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coutinhop committed Sep 12, 2024
2 parents 7328c9c + b172852 commit 8c2ae5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rm -Rf ${SRC_DIR}/${RELEASE_DIR}
mkdir -p ${SRC_DIR}/${RELEASE_DIR}
mkdir -p ${OUTPUT_DIR}

$DOCKER run -ti -v "${SRC_DIR}:/go/src/github.com/containernetworking/plugins:z" --rm golang:1.22.6-alpine \
$DOCKER run -ti -v "${SRC_DIR}:/go/src/github.com/containernetworking/plugins:z" --rm golang:1.22.7-alpine \
/bin/sh -xe -c "\
apk --no-cache add bash tar;
cd /go/src/github.com/containernetworking/plugins; umask 0022;
Expand Down

0 comments on commit 8c2ae5e

Please sign in to comment.