Skip to content
Snippets Groups Projects
Commit a1849090 authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

Merge branch 'zimniy-master-patch-40657' into 'master'

Update Dockerfile

See merge request tools/docker/shellcheck-ci!2
parents 627647a2 d56cabbb
No related branches found
No related tags found
No related merge requests found
ARG DOCKER_REGISTRY=registry.cyberbrain.pw FROM koalaman/shellcheck-alpine:latest AS runtime
FROM $DOCKER_REGISTRY/tools/docker/shellcheck:latest AS runtime
COPY entrypoint.sh /entrypoint.sh COPY entrypoint.sh /entrypoint.sh
RUN set -ex && \ RUN set -ex && \
chmod a+x /entrypoint.sh chmod a+x /entrypoint.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment