Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
update build image and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Diaphteiros committed Jul 24, 2020
1 parent 4bb233f commit d4c5d82
Show file tree
Hide file tree
Showing 4 changed files with 138 additions and 127 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.12.4-alpine AS build_deps
FROM golang:1.14.6-alpine AS build_deps

RUN apk add --no-cache git

Expand Down
8 changes: 2 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,12 @@ module github.com/gardener/certificate-dns-bridge
go 1.12

require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/gardener/external-dns-management v0.7.13
github.com/imdario/mergo v0.3.7 // indirect
github.com/jetstack/cert-manager v0.8.0
github.com/jetstack/cert-manager v0.12.0
k8s.io/apiextensions-apiserver v0.17.6
k8s.io/apimachinery v0.17.6
k8s.io/client-go v11.0.0+incompatible
k8s.io/client-go v0.17.6
k8s.io/klog v1.0.0
)

replace k8s.io/client-go => k8s.io/client-go v0.0.0-20190413052642-108c485f896e

replace github.com/evanphx/json-patch => github.com/evanphx/json-patch v0.0.0-20190203023257-5858425f7550
Loading

0 comments on commit d4c5d82

Please sign in to comment.