Skip to content

Commit c33377c

Browse files
dependabot[bot]actions-usersys-orch
authored
Dockerfile: Bump golang from 1.24.7 to 1.24.8 in /keycloak-tenant-controller/images (#278)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GitHub Action <[email protected]> Co-authored-by: sys-orch <[email protected]>
1 parent 66f29af commit c33377c

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

charts/keycloak-tenant-controller/Chart.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,9 @@ type: application
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
2121

22-
23-
version: 25.2.2
24-
25-
22+
version: 25.2.3
2623
# This is the version number of the application being deployed. This version number should be
2724
# incremented each time you make changes to the application. Versions are not expected to
2825
# follow Semantic Versioning. They should reflect the version the application is using.
2926
# It is recommended to use it with quotes.
30-
appVersion: "25.2.2"
27+
appVersion: "25.2.3"

keycloak-tenant-controller/images/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5-
FROM golang:1.24.7 AS builder
5+
FROM golang:1.24.8 AS builder
66
ARG KTC_GIT_COMMIT
77

88
# Set proxy environment variables using build arguments

0 commit comments

Comments
 (0)