Skip to content

Commit

Permalink
feat: update website docker image (apache#10678)
Browse files Browse the repository at this point in the history
Signed-off-by: LeoLee <[email protected]>

Node version has been upgraded from 10.24.0 to 14.17.0
  • Loading branch information
urfreespace authored May 22, 2021
1 parent f807fed commit 2bd614a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site2/tools/docker-build-site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ROOT_DIR=$(git rev-parse --show-toplevel)
cd $ROOT_DIR/pulsar-client-cpp

BUILD_IMAGE_NAME="${BUILD_IMAGE_NAME:-apachepulsar/pulsar-build}"
BUILD_IMAGE_VERSION="${BUILD_IMAGE_VERSION:-ubuntu-16.04-py2}"
BUILD_IMAGE_VERSION="${BUILD_IMAGE_VERSION:-ubuntu-16.04-py2-website}"

IMAGE="$BUILD_IMAGE_NAME:$BUILD_IMAGE_VERSION"

Expand Down

0 comments on commit 2bd614a

Please sign in to comment.