File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ jobs:
32
32
sudo apt-get update
33
33
sudo apt-get install nodejs npm -y --no-install-recommends
34
34
npm install -g dockerfilelint
35
- wget https://github.com/replicatedhq/dockerfilelint/pull/184 .patch -O /usr/local/lib/node_modules/dockerfilelint/184 .patch
35
+ wget https://github.com/replicatedhq/dockerfilelint/pull/201 .patch -O /usr/local/lib/node_modules/dockerfilelint/201 .patch
36
36
CURRENT_DIR=$PWD
37
37
cd /usr/local/lib/node_modules/dockerfilelint/
38
- git apply 184 .patch
38
+ git apply 201 .patch
39
39
cd $CURRENT_DIR
40
40
cat << RULES > ./.dockerfilelintrc
41
41
rules:
Original file line number Diff line number Diff line change @@ -223,5 +223,5 @@ USER root
223
223
ENTRYPOINT ["/start.sh" ]
224
224
CMD ["/usr/bin/supervisord" , "-c" , "/supervisord.conf" ]
225
225
226
- HEALTHCHECK CMD sudo -E -u www-data bash /healthcheck.sh
226
+ HEALTHCHECK --start-period=60s CMD sudo -E -u www-data bash /healthcheck.sh
227
227
LABEL com.centurylinklabs.watchtower.enable="false"
You can’t perform that action at this time.
0 commit comments