Bump Go in Dockerfile, add comment
Signed-off-by: irbekrm <irbekrm@gmail.com>
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user