Skip to content

Commit a4c0b39

Browse files
cluster-stack-bot[bot]kranurag7
authored andcommitted
🌱 Update Cso Image group
| datasource | package | from | to | | ---------- | ------------------------ | ------ | ------ | | docker | docker.io/alpine/helm | 3.14.4 | 3.15.1 | | docker | docker.io/library/alpine | 3.19.1 | 3.20.0 |
1 parent 4d7d9f9 commit a4c0b39

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.14.4 as helm
15+
FROM --platform=${BUILDPLATFORM} docker.io/alpine/helm:3.15.1 as helm
1616

1717
# Build the manager binary
1818
FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.21.6-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.19.1
28+
FROM --platform=${BUILDPLATFORM} docker.io/library/alpine:3.20.0
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)