Fix CVE-2022-1962 by bumping up golang verison to 1.17.13 (#5286)

Signed-off-by: Ming <mqiu@vmware.com>
pull/5336/head
qiuming 2022-09-13 18:48:42 +08:00 committed by GitHub
parent 6ad78a1d1e
commit b7ee7e4e1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
FROM --platform=$BUILDPLATFORM golang:1.17.11 as builder-env
FROM --platform=$BUILDPLATFORM golang:1.17.13 as builder-env
ARG GOPROXY
ARG PKG

View File

@ -0,0 +1 @@
Fix CVE-2022-1962 by bumping up golang version to 1.17.13

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM golang:1.17.11
FROM golang:1.17.13
ARG GOPROXY