Skip to content

Commit 900473c

Browse files
committed
Quote version for lint
1 parent 7504443 commit 900473c

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
@@ -4,7 +4,7 @@ ARG JAVA_VERSION
44
FROM node:$BASE_IMAGE_TAG
55

66
RUN apt-get update && \
7-
apt-get install -y chromium firefox-esr xvfb libxi6 libgbm1 libgconf-2-4 openjdk-${JAVA_VERSION}-jre && \
7+
apt-get install -y chromium firefox-esr xvfb libxi6 libgbm1 libgconf-2-4 openjdk-"${JAVA_VERSION}"-jre && \
88
rm -rf /var/lib/apt/lists/* /var/cache/apt/* && \
99
ln -s /usr/bin/chromium /usr/bin/google-chrome
1010

0 commit comments

Comments
 (0)