mirror of
https://github.com/cert-manager/webhook-example.git
synced 2026-01-09 17:22:51 +01:00
Merge pull request #93 from cert-manager/renovate/golang-1.x
chore(deps): update golang docker tag to v1.23
This commit is contained in:
commit
2bc08d1690
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.22-alpine3.19 AS build_deps
|
||||
FROM golang:1.23-alpine3.19@sha256:5f3336882ad15d10ac1b59fbaba7cb84c35d4623774198b36ae60edeba45fd84 AS build_deps
|
||||
|
||||
RUN apk add --no-cache git
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue