Skip to content

Commit cc243ee

Browse files
committed
Fix english in comment
1 parent e9c4b91 commit cc243ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm-chart/images/binderhub/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG DIST=buster
66
# The build stage
77
# ---------------
88
FROM python:3.8-$DIST as build-stage
9-
# ARG DIST has to be defined again to made available inside this build stage.
9+
# ARG DIST is defined again to be made available in this build stage's scope.
1010
# ref: https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact
1111
ARG DIST
1212

0 commit comments

Comments
 (0)