Skip to content

Commit c66afac

Browse files
committed
dockerfile: fix typo in arg description comment
Signed-off-by: David Karlsson <[email protected]>
1 parent ef536ba commit c66afac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
ARG ALPINE_VERSION=3.20
66
# GO_VERSION sets the Go version for the base stage
77
ARG GO_VERSION=1.23
8-
# HTML_TEST_VERSION sets the wjdp/htmltest version for HTML testing
8+
# HTMLTEST_VERSION sets the wjdp/htmltest version for HTML testing
99
ARG HTMLTEST_VERSION=0.17.0
1010

1111
# base is the base stage with build dependencies

0 commit comments

Comments
 (0)