Skip to content

Commit 1ba82cf

Browse files
renovate[bot]malice00
authored andcommitted
chore(deps): update registry.suse.com/bci/dotnet-sdk docker tag to v8.0.21
1 parent 929636d commit 1ba82cf

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.github/workflows/build-image.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,20 @@ on:
88
permissions: {}
99

1010
jobs:
11+
prepare:
12+
if: github.repository == 'CycloneDX/cdxgen'
13+
runs-on: ubuntu-24.04
14+
steps:
15+
- name: Get changed files
16+
run: echo '${{ toJSON(github.event.head_commit) }}'
17+
1118
image:
1219
if: github.repository == 'CycloneDX/cdxgen'
1320
strategy:
1421
fail-fast: false
1522
matrix:
16-
imagefile: ${{ github.event.head_commit.modified }}
17-
runner: [ubuntu-24.04, ubuntu-24.04-arm]
23+
imagefile: ${{ toJSON(github.event.head_commit.modified) }}
24+
runner: [ ubuntu-24.04, ubuntu-24.04-arm ]
1825
include:
1926
- runner: ubuntu-24.04
2027
platform: linux/amd64

ci/images/Dockerfile.dotnet8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Base-image
2-
FROM registry.suse.com/bci/dotnet-sdk:8.0.20@sha256:255e01937ff1b7626e75ec87cf17a60b8e86437fb123f66e2c2f9c672bcd9309 AS base
2+
FROM registry.suse.com/bci/dotnet-sdk:8.0.21@sha256:980f77d6eb57252d9d486651f22aa4674a476c5a3b2dfd35b8322fb4c008cda6 AS base
33

44
ARG GITHUB_URL=https://github.com
55
ARG NODEJS_DIST_URL

0 commit comments

Comments
 (0)