Skip to content

Commit 1cb7e48

Browse files
🌱 Update Cso Image group
| datasource | package | from | to | | ---------- | ------------------------ | ------ | ------ | | docker | docker.io/alpine/helm | 3.17.0 | 3.17.1 | | docker | docker.io/library/alpine | 3.21.2 | 3.21.3 |
1 parent b75f420 commit 1cb7e48

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.builder-image-version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.27
1+
1.1.28

.github/workflows/pr-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
if: github.event_name != 'pull_request' || !github.event.pull_request.draft
2222
runs-on: ubuntu-latest
2323
container:
24-
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.27
24+
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.28
2525
credentials:
2626
username: ${{ github.actor }}
2727
password: ${{ secrets.github_token }}

.github/workflows/schedule-scan-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Trivy
1010
runs-on: ubuntu-latest
1111
container
12-
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.27
12+
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.28
1313
credentials:
1414
username: ${{ github.actor }}
1515
password: ${{ secrets.github_token }}

images/cso/Dockerfile

+2-2
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.1 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)