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 e9c4b91 commit cc243eeCopy full SHA for cc243ee
helm-chart/images/binderhub/Dockerfile
@@ -6,7 +6,7 @@ ARG DIST=buster
6
# The build stage
7
# ---------------
8
FROM python:3.8-$DIST as build-stage
9
-# ARG DIST has to be defined again to made available inside this build stage.
+# ARG DIST is defined again to be made available in this build stage's scope.
10
# ref: https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact
11
ARG DIST
12
0 commit comments