We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2c7e20 + c32f48d commit 9876751Copy full SHA for 9876751
.devcontainer/Dockerfile
@@ -1,7 +1,7 @@
1
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.191.1/containers/ruby/.devcontainer/base.Dockerfile
2
3
# [Choice] Ruby version: 3.4, 3.3, 3.2
4
-ARG VARIANT="1.1.3-3.4.4"
+ARG VARIANT="3.4.4"
5
FROM ghcr.io/rails/devcontainer/images/ruby:${VARIANT}
6
7
RUN sudo apt-get update && export DEBIAN_FRONTEND=noninteractive \
@@ -34,5 +34,5 @@ COPY tools/releaser/releaser.gemspec /tmp/rails/tools/releaser/
34
RUN sudo chown -R vscode:vscode /tmp/rails
35
USER vscode
36
RUN cd /tmp/rails \
37
- && /home/vscode/.rbenv/shims/bundle install \
+ && bash -i -c 'bundle install' \
38
&& rm -rf /tmp/rails
0 commit comments