Skip to content
Prev Previous commit
Next Next commit
switch to ghcr.io/getsentry/sentry-dotnet-alpine:3.21
  • Loading branch information
jpnurmi committed Jul 23, 2025
commit 0aaaf9bcd162e4d3db9130773f042556a3558cbd
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- os: ubuntu-24.04-arm
rid: linux-musl-arm64
container:
image: ghcr.io/jpnurmi/sentry-dotnet-alpine:3.21 # TODO: getsentry
image: ghcr.io/getsentry/sentry-dotnet-alpine:3.21
volumes:
- /tmp/node20:/__e/node20
- os: macos-15 # Pin macos to get the version of Xcode that we need: https://github.com/actions/runner-images/issues/10703
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
rid: linux-musl-arm64
slnf: Sentry-CI-Build-Linux-musl.slnf
container:
image: ghcr.io/jpnurmi/sentry-dotnet-alpine:3.21 # TODO: getsentry
image: ghcr.io/getsentry/sentry-dotnet-alpine:3.21
volumes:
- /tmp/node20:/__e/node20
- /var/run/docker.sock:/var/run/docker.sock
Expand Down
Loading