We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b10228c + 5c73466 commit be7eb88Copy full SHA for be7eb88
Dockerfile
@@ -14,7 +14,7 @@ RUN chmod -R g=u /build/dist
14
#
15
# build node app in the next stage
16
17
-FROM node:16.15.1
+FROM node:16.15.1-alpine
18
19
LABEL maintainer="ming luo"
20
README.md
@@ -8,7 +8,7 @@ The admin console is a VueJS application that runs in a browser. It also include
8
9
To install the Pulsar Admin Console:
10
11
-1. Ensure [node](https://nodejs.org/en/download/) version 14.18 or higher is installed.
+1. Ensure [node](https://nodejs.org/en/download/) version 16.15 or higher is installed.
12
13
2. Download the latest release tarball from the [release page](https://github.com/datastax/pulsar-admin-console/releases).
0 commit comments