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 e51eae9 commit 28035d6Copy full SHA for 28035d6
repo2docker/buildpacks/r.py
@@ -74,7 +74,8 @@ def r_version(self):
74
}
75
76
# the default if nothing is specified
77
- r_version = "4.1"
+ # Use full version is needed here, so it a valid semver
78
+ r_version = version_map["4.1"]
79
80
if not hasattr(self, "_r_version"):
81
parts = self.runtime.split("-")
0 commit comments