Skip to content

Commit

Permalink
Bump to latest golang to remediate vulns (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamccorm authored Mar 27, 2024
1 parent 6e0531a commit 4c96aef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20.3-alpine AS build_deps
FROM golang:1.22-alpine AS build_deps

RUN apk add --no-cache git

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/zachomedia/cert-manager-webhook-pdns

go 1.20
go 1.22

require (
github.com/cert-manager/cert-manager v1.12.2
Expand Down

0 comments on commit 4c96aef

Please sign in to comment.