Skip to content

Commit be7eb88

Browse files
committed
Merge branch 'master' of github.com:datastax/pulsar-admin-console
2 parents b10228c + 5c73466 commit be7eb88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN chmod -R g=u /build/dist
1414
#
1515
# build node app in the next stage
1616
#
17-
FROM node:16.15.1
17+
FROM node:16.15.1-alpine
1818

1919
LABEL maintainer="ming luo"
2020

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The admin console is a VueJS application that runs in a browser. It also include
88

99
To install the Pulsar Admin Console:
1010

11-
1. Ensure [node](https://nodejs.org/en/download/) version 14.18 or higher is installed.
11+
1. Ensure [node](https://nodejs.org/en/download/) version 16.15 or higher is installed.
1212

1313
2. Download the latest release tarball from the [release page](https://github.com/datastax/pulsar-admin-console/releases).
1414

0 commit comments

Comments
 (0)