Skip to content

Commit e828592

Browse files
authored
Merge pull request #278 from SovereignCloudStack/renovate/cso-manager-image
🌱 Update Cso Image group
2 parents 273c5ba + 0003306 commit e828592

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/cso/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM --platform=${BUILDPLATFORM} docker.io/alpine/helm:3.17.0 as helm
15+
FROM --platform=${BUILDPLATFORM} docker.io/alpine/helm:3.17.2 as helm
1616

1717
# Build the manager binary
1818
FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.23.5-bullseye as build
@@ -25,7 +25,7 @@ RUN --mount=type=cache,target=/root/.cache --mount=type=cache,target=/go/pkg \
2525
go build -mod=vendor -ldflags "${LDFLAGS} -extldflags '-static'" \
2626
-o manager cmd/main.go
2727

28-
FROM --platform=${BUILDPLATFORM} docker.io/library/alpine:3.21.2
28+
FROM --platform=${BUILDPLATFORM} docker.io/library/alpine:3.21.3
2929
WORKDIR /
3030
COPY --from=build /src/cluster-stack-operator/manager .
3131
COPY --from=helm --chown=root:root --chmod=755 /usr/bin/helm /usr/local/bin/helm

0 commit comments

Comments
 (0)