Skip to content

Commit 76a5126

Browse files
authored
Merge pull request #307 from SovereignCloudStack/renovate/cso-manager-image
2 parents b3ed8d7 + 93f2ccf commit 76a5126

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.18.3 as helm
15+
FROM --platform=${BUILDPLATFORM} docker.io/alpine/helm:3.19.0 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.22.0
28+
FROM --platform=${BUILDPLATFORM} docker.io/library/alpine:3.22.1
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)