mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-08-22 20:22:51 +02:00
Merge pull request #5 from G-Core/fix-go-mod-pre1.22
update go version on docker
This commit is contained in:
commit
5997d0dca1
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.17-alpine AS build_deps
|
||||
FROM golang:1.22-alpine AS build_deps
|
||||
|
||||
RUN apk add --no-cache git
|
||||
|
||||
|
|
Loading…
Reference in a new issue