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 6673297 + 5aee189 commit 26bc62aCopy full SHA for 26bc62a
.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.2"
+ARG VARIANT="3.4.3"
5
FROM ghcr.io/rails/devcontainer/images/ruby:${VARIANT}
6
7
RUN sudo apt-get update && export DEBIAN_FRONTEND=noninteractive \
0 commit comments