Skip to content

Commit 8aa939e

Browse files
authored
Pin devcontainer to Ruby 3.4 (#7825)
1 parent ac753dd commit 8aa939e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Available versions: https://github.com/devcontainers/images/tree/main/src/ruby
2-
FROM mcr.microsoft.com/devcontainers/ruby
2+
FROM mcr.microsoft.com/devcontainers/ruby:3.4
33
RUN apt update && apt install -y cmake

0 commit comments

Comments
 (0)