File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM debian:bullseye
1+ FROM debian:trixie
22
33RUN useradd -ms /bin/bash runner
44
@@ -52,8 +52,8 @@ RUN cd /tools/cmocka && \
5252
5353RUN mkdir runner
5454RUN cd runner && \
55- curl -o actions-runner-linux-x64-2.320 .0.tar.gz -L https://github.com/actions/runner/releases/download/v2.320 .0/actions-runner-linux-x64-2.320 .0.tar.gz && \
56- tar xzf ./actions-runner-linux-x64-2.320 .0.tar.gz
55+ curl -o actions-runner-linux-x64-2.330 .0.tar.gz -L https://github.com/actions/runner/releases/download/v2.330 .0/actions-runner-linux-x64-2.330 .0.tar.gz && \
56+ tar xzf ./actions-runner-linux-x64-2.330 .0.tar.gz
5757
5858ADD entrypoint.sh entrypoint.sh
5959RUN chmod +x entrypoint.sh
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ services:
22 gdbuddy :
33 image : ghcr.io/bare-metal-edu/gdbuddy:latest
44 environment :
5- RUNNER_ORG : https://github.com/bare-metal-edu
5+ RUNNER_ORG : https://github.com/allegheny-college-cmpsc-200-fall-2025
66 GITHUB_PAT : ${GITHUB_PAT}
77 privileged : true
88 devices :
You can’t perform that action at this time.
0 commit comments