Skip to content

Commit 9fa3fff

Browse files
authored
Updated NodeJS Dockerfile to specific Ubuntu version (#62)
Signed-off-by: Rick Osowski <rosowski@gmail.com>
1 parent 97d7b3c commit 9fa3fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka-nodejs-console-sample/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# OR
66
# docker run --rm -it node-rdkafka <kafka_brokers_sasl> <api_key> /etc/ssl/certs
77
#
8-
FROM ubuntu
8+
FROM ubuntu:18.04
99

1010
RUN apt-get update -qqy \
1111
&& apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)