Bump golang from 1.16.2 to 1.16.3

Bumps golang from 1.16.2 to 1.16.3.

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-04-02 05:56:43 +00:00 committed by GitHub
parent 7b82b7a010
commit 30f476e1ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
# Copyright 2020-2021 the Pinniped contributors. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
FROM golang:1.16.2 as build-env
FROM golang:1.16.3 as build-env
WORKDIR /work
COPY . .