diff --git a/Dockerfile b/Dockerfile
index 79962e1..4377d61 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -57,7 +57,7 @@ RUN \
         [ -z "$1" ] && cat || echo "$1"; \
         echo "$heading"; \
     }; \
-    # Handle console output of MDK537 installer
+    # Handle console output of Keil uVision installer
     handle_output() { \
         # A pattern that is supposed to indicates that wine got stuck
         pattern="fixme:win:NtUserLockWindowUpdate ((nil))"; \
@@ -81,7 +81,7 @@ RUN \
         # Return true otherwise
         true; \
     }; \
-    # Run actual MDK537 installer
+    # Run actual Keil uVision installer
     install_keil() { \
         try="$1"; \
         logFile="$(mktemp)"; \