mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-01 22:35:49 +02:00
update dockerfile to use go 1.13
This commit is contained in:
parent
712ad6b3ce
commit
618978c81e
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.12.4-alpine AS build_deps
|
||||
FROM golang:1.13-alpine AS build_deps
|
||||
|
||||
RUN apk add --no-cache git
|
||||
|
||||
|
|
Loading…
Reference in a new issue