Skip to content

Conversation

kevmo314
Copy link
Owner

Summary

  • Update Dockerfile to automatically fetch the latest GitHub Actions runner version from the API when VERSION build arg is not specified
  • Maintains backward compatibility by allowing manual version override via build arg
  • Ensures images use the latest runner by default without requiring manual version updates

Test plan

  • Build without VERSION arg: docker build -t test-runner .
  • Verify it fetches and uses the latest version
  • Build with VERSION arg: docker build --build-arg VERSION=2.324.0 -t test-runner .
  • Verify it uses the specified version

🤖 Generated with Claude Code

Update Dockerfile to automatically fetch the latest GitHub Actions runner version from the API when VERSION build arg is not specified. This ensures the image always uses the latest runner by default while still allowing manual version override.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant