Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Sep 4, 2023
1 parent 7a2af2e commit 3e21173
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion node/18/jammy/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \

ENV YARN_VERSION 1.22.19

# hadolint ignore=SC2043
RUN set -ex \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
Expand All @@ -71,4 +72,4 @@ RUN set -ex \
COPY docker-entrypoint.sh /usr/local/bin/
ENTRYPOINT ["docker-entrypoint.sh"]

CMD [ "node" ]
CMD [ "node" ]

0 comments on commit 3e21173

Please sign in to comment.