Skip to content

Commit

Permalink
bump build image in Dockerfile to golang1.19.2-alpine3.16 in event-pu…
Browse files Browse the repository at this point in the history
…blisher-proxy (#15734)

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

* bump epp image
  • Loading branch information
friedrichwilken committed Oct 18, 2022
1 parent e7f9cb0 commit 3e54db1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/event-publisher-proxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
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/event-publisher-proxy

Expand Down
2 changes: 1 addition & 1 deletion resources/eventing/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ global:
pullPolicy: "IfNotPresent"
publisher_proxy:
name: event-publisher-proxy
version: v20221011-ce48afd4
version: PR-15734
nats:
name: nats
version: 2.9.0-alpine3.16
Expand Down

0 comments on commit 3e54db1

Please sign in to comment.