From 959c2a87105addc7cb7ee0ee66f3fe51f07eda12 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Sun, 13 Feb 2022 13:37:36 +0300 Subject: [PATCH] Added major version limit in container --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0a12052..c4a2547 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ARG INPUT_EDITORCONFIG ARG INPUT_DEPENDABOT RUN composer global require \ - dragon-code/codestyler \ + dragon-code/codestyler:^1.0 \ symfony/thanks COPY shell /shell