Skip to content

Commit 19ada1d

Browse files
authored
Update Robot CI Docker container (#2890)
1 parent 5d1d800 commit 19ada1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/docs/software/advanced-gradlerio/robot-code-ci.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# The type of runner that the job will run on
3232
runs-on: ubuntu-22.04
3333
# This grabs the WPILib docker container
34-
container: wpilib/roborio-cross-ubuntu:2024-22.04
34+
container: wpilib/roborio-cross-ubuntu:2025-22.04
3535
# Steps represent a sequence of tasks that will be executed as part of the job
3636
steps:
3737
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
@@ -81,7 +81,7 @@ jobs:
8181
# The type of runner that the job will run on
8282
runs-on: ubuntu-22.04
8383
# This grabs the WPILib docker container
84-
container: wpilib/roborio-cross-ubuntu:2024-22.04
84+
container: wpilib/roborio-cross-ubuntu:2025-22.04
8585
```
8686

8787
Each Action workflow is made of a one or more jobs that run either sequentially (one after another) or in parallel (at the same time). In our workflow, there is only one "build" job.

0 commit comments

Comments
 (0)