Skip to content

Commit

Permalink
docker(deps): bump kyma-project/external/golang (#67)
Browse files Browse the repository at this point in the history
Bumps kyma-project/external/golang from 1.19.2-alpine3.16 to 1.19.3-alpine3.16.

---
updated-dependencies:
- dependency-name: kyma-project/external/golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 3, 2022
1 parent 0f4e98e commit 8cabf6f
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,5 +1,5 @@
# Build the manager binary
FROM eu.gcr.io/kyma-project/external/golang:1.19.2-alpine3.16 as builder
FROM eu.gcr.io/kyma-project/external/golang:1.19.3-alpine3.16 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-certificates
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM eu.gcr.io/kyma-project/external/golang:1.19.2-alpine3.16 as builder
FROM eu.gcr.io/kyma-project/external/golang:1.19.3-alpine3.16 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down

0 comments on commit 8cabf6f

Please sign in to comment.