Skip to content

Commit ccc862b

Browse files
authored
Merge pull request #85 from reload/dependabot/github_actions/hadolint/hadolint-action-3.4.0
Bump hadolint/hadolint-action from 3.3.0 to 3.4.0
2 parents 4217805 + b9f5db5 commit ccc862b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v7
2222
- name: Run hadolint
23-
uses: hadolint/hadolint-action@v3.3.0
23+
uses: hadolint/hadolint-action@v3.4.0
2424
with:
2525
trusted-registries: docker.io,ghcr.io
2626
shell-scripts:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apk add --no-cache \
1212
ARG workdir=/var/www
1313
WORKDIR "${workdir}"
1414

15-
HEALTHCHECK --interval=10s --start-period=90s CMD netstat -ltn | grep -c ":443"
15+
HEALTHCHECK --interval=10s --start-period=90s CMD [ "sh", "-c", "netstat -ltn | grep -c :443" ]
1616

1717
ENV EXPIRATION_DAYS=30
1818
ENV NGINX_DOCUMENT_ROOT=/var/www/web

0 commit comments

Comments
 (0)