Bump Go in Dockerfile, add comment

Signed-off-by: irbekrm <irbekrm@gmail.com>
This commit is contained in:
irbekrm
2023-01-19 16:12:34 +00:00
parent 806f2ea4e4
commit 22140c5dee
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.18-alpine AS build_deps
FROM golang:1.19-alpine AS build_deps
RUN apk add --no-cache git
+1
View File
@@ -3,6 +3,7 @@ module github.com/cert-manager/webhook-example
go 1.19
// This is needed till a we release a version of cert-manager with https://github.com/cert-manager/cert-manager/pull/5736
// The version was generated by adding replace github.com/cert-manager/cert-manager => github.com/cert-manager/cert-manager release-1.11 and running go mod tidy
replace github.com/cert-manager/cert-manager => github.com/cert-manager/cert-manager v1.11.1-0.20230119150913-7ebb5f515e4f
require (