Skip to content

Commit 7dfd4df

Browse files
Bump dotnet/sdk from 9.0.202-bookworm-slim to 9.0.203-bookworm-slim in /docker (#4136)
* Bump dotnet/sdk in /docker Bumps dotnet/sdk from 9.0.202-bookworm-slim to 9.0.203-bookworm-slim. --- updated-dependencies: - dependency-name: dotnet/sdk dependency-version: 9.0.203-bookworm-slim dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump .NET SDK to 9.0.203/8.0.408 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Piotr Kiełkowicz <[email protected]>
1 parent 0491d67 commit 7dfd4df

13 files changed

+30
-30
lines changed

.github/workflows/build-nuget-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
3434
with:
3535
dotnet-version: |
36-
8.0.407
37-
9.0.202
36+
8.0.408
37+
9.0.203
3838
3939
- name: Check for NuGet packages cache
4040
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # tag: v4.2.3

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
3737
with:
3838
dotnet-version: |
39-
8.0.407
40-
9.0.202
39+
8.0.408
40+
9.0.203
4141
4242
- name: Check for NuGet packages cache
4343
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # tag: v4.2.3

.github/workflows/check-sdk-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup .NET
2222
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
2323
with:
24-
dotnet-version: 9.0.202
24+
dotnet-version: 9.0.203
2525

2626
- name: Run VerifySdkVersions
2727
run: ./build.cmd VerifySdkVersions

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ jobs:
6464
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
6565
with:
6666
dotnet-version: |
67-
8.0.407
68-
9.0.202
67+
8.0.408
68+
9.0.203
6969
7070
- name: Check for NuGet packages cache
7171
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # tag: v4.2.3
@@ -119,8 +119,8 @@ jobs:
119119
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
120120
with:
121121
dotnet-version: |
122-
8.0.407
123-
9.0.202
122+
8.0.408
123+
9.0.203
124124
125125
- name: Check for NuGet packages cache
126126
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # tag: v4.2.3
@@ -158,8 +158,8 @@ jobs:
158158
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
159159
with:
160160
dotnet-version: |
161-
8.0.407
162-
9.0.202
161+
8.0.408
162+
9.0.203
163163
164164
- name: Check for NuGet packages cache
165165
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # tag: v4.2.3
@@ -257,8 +257,8 @@ jobs:
257257
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
258258
with:
259259
dotnet-version: |
260-
8.0.407
261-
9.0.202
260+
8.0.408
261+
9.0.203
262262
263263
- name: Check for NuGet packages cache
264264
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # tag: v4.2.3

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
4747
with:
4848
dotnet-version: |
49-
8.0.407
50-
9.0.202
49+
8.0.408
50+
9.0.203
5151
5252
- name: Build Tracer
5353
run: ./build.cmd BuildTracer

.github/workflows/dotnet-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup .NET
2929
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
3030
with:
31-
dotnet-version: 9.0.202
31+
dotnet-version: 9.0.203
3232

3333
- name: dotnet format
3434
run: dotnet format .\OpenTelemetry.AutoInstrumentation.sln --no-restore --verify-no-changes

.github/workflows/release-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
1717
with:
1818
dotnet-version: |
19-
8.0.407
20-
9.0.202
19+
8.0.408
20+
9.0.203
2121
2222
- name: Test the PowerShell module instructions from README.md
2323
shell: powershell
@@ -65,8 +65,8 @@ jobs:
6565
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
6666
with:
6767
dotnet-version: |
68-
8.0.407
69-
9.0.202
68+
8.0.408
69+
9.0.203
7070
7171
- name: Install MacOS CoreUtils
7272
if: ${{ runner.os == 'macOS' }}

.github/workflows/verify-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
4040
with:
4141
dotnet-version: |
42-
8.0.407
43-
9.0.202
42+
8.0.408
43+
9.0.203
4444
4545
- name: Run BuildTracer and ManagedTests
4646
run: ./build.cmd BuildTracer ManagedTests --containers ${{ matrix.containers }} --test-project "${{ github.event.inputs.testProject }}" --test-name '"${{ github.event.inputs.testName }}"' --test-count ${{ github.event.inputs.count }}

docker/alpine.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:9.0.202-alpine3.20@sha256:01e2effc6b2a25a8d5f5039bc41e0b7e5a3660d5a65efbad1d9515b3d72a7080
1+
FROM mcr.microsoft.com/dotnet/sdk:9.0.203-alpine3.20@sha256:823a26bb53762a51795dbcdcf67659360d6f62823f5a83dc380cbef226d4ded3
22
RUN apk update \
33
&& apk upgrade \
44
&& apk add --no-cache --update \
@@ -21,7 +21,7 @@ RUN curl -sSL https://dot.net/v1/dotnet-install.sh --output dotnet-install.sh \
2121
&& echo "SHA256: $(sha256sum dotnet-install.sh)" \
2222
&& echo "19b0a7890c371201b944bf0f8cdbb6460d053d63ddbea18cfed3e4199769ce17 dotnet-install.sh" | sha256sum -c \
2323
&& chmod +x ./dotnet-install.sh \
24-
&& ./dotnet-install.sh -v 8.0.407 --install-dir /usr/share/dotnet --no-path \
24+
&& ./dotnet-install.sh -v 8.0.408 --install-dir /usr/share/dotnet --no-path \
2525
&& rm dotnet-install.sh
2626

2727
WORKDIR /project

docker/centos-stream9.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ RUN curl -sSL https://dot.net/v1/dotnet-install.sh --output dotnet-install.sh \
88
&& echo "SHA256: $(sha256sum dotnet-install.sh)" \
99
&& echo "19b0a7890c371201b944bf0f8cdbb6460d053d63ddbea18cfed3e4199769ce17 dotnet-install.sh" | sha256sum -c \
1010
&& chmod +x ./dotnet-install.sh \
11-
&& ./dotnet-install.sh -v 9.0.202 --install-dir /usr/share/dotnet --no-path \
12-
&& ./dotnet-install.sh -v 8.0.407 --install-dir /usr/share/dotnet --no-path \
11+
&& ./dotnet-install.sh -v 9.0.203 --install-dir /usr/share/dotnet --no-path \
12+
&& ./dotnet-install.sh -v 8.0.408 --install-dir /usr/share/dotnet --no-path \
1313
&& rm dotnet-install.sh
1414

1515
ENV PATH="$PATH:/usr/share/dotnet"

0 commit comments

Comments
 (0)