Skip to content

Commit 9876751

Browse files
authored
Merge pull request rails#55273 from yahonda/use_mise_in_devcontainer
Revert workaround from rails#55182 and update to latest devcontainer image
2 parents c2c7e20 + c32f48d commit 9876751

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.191.1/containers/ruby/.devcontainer/base.Dockerfile
22

33
# [Choice] Ruby version: 3.4, 3.3, 3.2
4-
ARG VARIANT="1.1.3-3.4.4"
4+
ARG VARIANT="3.4.4"
55
FROM ghcr.io/rails/devcontainer/images/ruby:${VARIANT}
66

77
RUN sudo apt-get update && export DEBIAN_FRONTEND=noninteractive \
@@ -34,5 +34,5 @@ COPY tools/releaser/releaser.gemspec /tmp/rails/tools/releaser/
3434
RUN sudo chown -R vscode:vscode /tmp/rails
3535
USER vscode
3636
RUN cd /tmp/rails \
37-
&& /home/vscode/.rbenv/shims/bundle install \
37+
&& bash -i -c 'bundle install' \
3838
&& rm -rf /tmp/rails

0 commit comments

Comments
 (0)