Skip to content

Commit c3a510f

Browse files
committed
ci(hadolint): fix hadolint ignore
1 parent 07c30d9 commit c3a510f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openid-connect-provider-debugger/Dockerfile-test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ARG USER_GECOS=Default
1111

1212
SHELL ["/bin/ash", "-euo", "pipefail", "-c"]
1313

14-
# hadolint ignore=DL3018 [Pin versions in apk add]: not required for testing
14+
# hadolint ignore=DL3018 # [Pin versions in apk add]: not required for testing
1515
RUN apk add --no-cache curl
1616

1717
RUN adduser \

0 commit comments

Comments
 (0)