Skip to content

Commit

Permalink
bump build image in Dockerfile to golang1.19.2-alpine3.16 in eventing…
Browse files Browse the repository at this point in the history
…-controller (kyma-project#15733)

* bump build image in Dockerfile to golang1.19.2-alpine3.16

* bump ec image
  • Loading branch information
friedrichwilken authored and raypinto committed Oct 31, 2022
1 parent 211797c commit 85c7190
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/eventing-controller/Dockerfile
@@ -1,5 +1,5 @@
# Build the controller binary
FROM eu.gcr.io/kyma-project/external/golang:1.19.1-alpine3.16 as builder
FROM eu.gcr.io/kyma-project/external/golang:1.19.2-alpine3.16 as builder
ARG DOCK_PKG_DIR=/go/src/github.com/kyma-project/kyma/components/eventing-controller
WORKDIR $DOCK_PKG_DIR

Expand Down
2 changes: 1 addition & 1 deletion resources/eventing/values.yaml
Expand Up @@ -5,7 +5,7 @@ global:
images:
eventing_controller:
name: eventing-controller
version: v20221010-4ad59ec5
version: PR-15733
pullPolicy: "IfNotPresent"
publisher_proxy:
name: event-publisher-proxy
Expand Down

0 comments on commit 85c7190

Please sign in to comment.