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.
1 parent 54f5c36 commit ea5db08Copy full SHA for ea5db08
.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="3.4.1 "
+ARG VARIANT="3.4.1"
5
FROM ghcr.io/rails/devcontainer/images/ruby:${VARIANT}
6
7
RUN sudo apt-get update && export DEBIAN_FRONTEND=noninteractive \
0 commit comments