Skip to content

Commit 3016567

Browse files
committed
update comment
1 parent 7e5161d commit 3016567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/common/logstash.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ USER logstash
44
COPY --chown=logstash:logstash Gemfile /usr/share/plugins/plugin/Gemfile
55
COPY --chown=logstash:logstash *.gemspec VERSION* version* /usr/share/plugins/plugin/
66
RUN cp /usr/share/logstash/logstash-core/versions-gem-copy.yml /usr/share/logstash/versions.yml
7-
# NOTE: since 8.0 JDK is bundled as part of the LS distribution under $LS_HOME/jdk
7+
# NOTE: since 7.10 JDK is bundled as part of the LS distribution under $LS_HOME/jdk
88
ENV PATH="${PATH}:/usr/share/logstash/vendor/jruby/bin:/usr/share/logstash/jdk/bin"
99
ENV LOGSTASH_SOURCE="1"
1010
RUN gem install bundler -v '< 2'

0 commit comments

Comments
 (0)