Skip to content

Commit c25eca1

Browse files
committed
Upgrading Dockerfile to use latest build of Debian to update CMake
1 parent 1ad534f commit c25eca1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:bullseye
1+
FROM debian:trixie
22

33
RUN useradd -ms /bin/bash runner
44

@@ -52,8 +52,8 @@ RUN cd /tools/cmocka && \
5252

5353
RUN mkdir runner
5454
RUN 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

5858
ADD entrypoint.sh entrypoint.sh
5959
RUN chmod +x entrypoint.sh

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)