Skip to content

Commit a62d67a

Browse files
authored
Merge pull request #266 from SovereignCloudStack/renovate/cso-manager-image
🌱 Update Cso Image group
2 parents 104205f + 450815b commit a62d67a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

images/cso/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
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.16.3 as helm
15+
FROM --platform=${BUILDPLATFORM} docker.io/alpine/helm:3.17.0 as helm
1616

1717
# Build the manager binary
18-
FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.23.3-bullseye as build
18+
FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.23.5-bullseye as build
1919
ARG TARGETOS TARGETARCH
2020

2121
COPY . /src/cluster-stack-operator
@@ -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.20.3
28+
FROM --platform=${BUILDPLATFORM} docker.io/library/alpine:3.21.2
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)