Skip to content

Commit

Permalink
docker(deps): bump golang from 1.22.2-alpine3.18 to 1.22.3-alpine3.18 (
Browse files Browse the repository at this point in the history
…kyma-project#735)

Bumps golang from 1.22.2-alpine3.18 to 1.22.3-alpine3.18.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Wojciech Wrzalik <[email protected]>
  • Loading branch information
dependabot[bot] and ralikio authored May 13, 2024
1 parent 79cc4f6 commit 2e37e36
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.job
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build image
FROM golang:1.22.2-alpine3.18 AS build
FROM golang:1.22.3-alpine3.18 AS build

WORKDIR /go/src/github.com/kyma-project/kyma-environment-broker

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.keb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build image
FROM golang:1.22.2-alpine3.18 AS build
FROM golang:1.22.3-alpine3.18 AS build

WORKDIR /go/src/github.com/kyma-project/kyma-environment-broker

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.runtimereconciler
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build image
FROM golang:1.22.2-alpine3.18 AS build
FROM golang:1.22.3-alpine3.18 AS build

WORKDIR /go/src/github.com/kyma-project/kyma-environment-broker

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.subaccountsync
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build image
FROM golang:1.22.2-alpine3.18 AS build
FROM golang:1.22.3-alpine3.18 AS build

WORKDIR /go/src/github.com/kyma-project/kyma-environment-broker

Expand Down

0 comments on commit 2e37e36

Please sign in to comment.