Skip to content

Commit

Permalink
Use Ruby 3.3 container image (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623-cargosense authored Aug 2, 2024
2 parents b9a8006 + 1c92b13 commit a547bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "rubocop-cargosense",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/ruby:1-3.2-bookworm",
"image": "mcr.microsoft.com/devcontainers/ruby:1-3.3-bookworm",

// Features to add to the dev container. More info: https://containers.dev/features.
"features": {
Expand Down

0 comments on commit a547bb0

Please sign in to comment.