clean up tag_suffix -no longer needed

This commit is contained in:
Roy Crihfield 2024-03-26 19:55:29 +08:00
parent caece13acc
commit 1fd436f6da
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
ARG TAG_SUFFIX="-modern"
FROM sigp/lighthouse:v4.3.0${TAG_SUFFIX}
FROM sigp/lighthouse:v4.3.0-modern
RUN apt-get update; apt-get install bash netcat curl less jq wget -y;

View File

@ -6,4 +6,4 @@ source ${CERC_CONTAINER_BASE_DIR}/build-base.sh
# See: https://stackoverflow.com/a/246128/1701505
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
docker build -t cerc/lighthouse:local ${build_command_args} --build-arg TAG_SUFFIX="" ${SCRIPT_DIR}
docker build -t cerc/lighthouse:local ${build_command_args} ${SCRIPT_DIR}