bump go to v1.19.1 (#9057)

This commit is contained in:
Long Wu Yuan 2022-09-16 18:45:18 +05:30 committed by GitHub
parent ca1e8b6d9e
commit d32f8c3439
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 10 deletions

View file

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM golang:1.19.0-alpine as builder
FROM golang:1.19.1-alpine as builder
RUN apk add git
WORKDIR /go/src/k8s.io/ingress-nginx/images/custom-error-pages