We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa2832d commit adfb6a8Copy full SHA for adfb6a8
1 file changed
docker/Dockerfile
@@ -102,6 +102,7 @@ RUN sed -i -r "/^(root|nobody)/!d" /etc/passwd /etc/shadow /etc/group \
102
# The following creates a distroless build for production.
103
#
104
105
+# hadolint ignore=DL3006
106
FROM gcr.io/distroless/nodejs:${NODE_VERSION}
107
ARG GITHUB_ACCOUNT
108
ARG GITHUB_REPOSITORY
0 commit comments