diff --git a/cljfmt/Dockerfile b/cljfmt/Dockerfile index 2ad8289..23bb3b4 100644 --- a/cljfmt/Dockerfile +++ b/cljfmt/Dockerfile @@ -10,10 +10,10 @@ LABEL "homepage"="http://github.com/bltavares/actions" LABEL "maintainer"="Bruno Tavares " RUN apk --no-cache add \ - curl=7.61.1-r1 \ - jq=1.6_rc1-r1 \ - bash=4.4.19-r1 \ - git=2.18.1-r0 + curl~=7 \ + jq~=1.6 \ + bash~=4 \ + git~=2 COPY lib.sh /lib.sh COPY entrypoint.sh /entrypoint.sh diff --git a/hadolint/Dockerfile b/hadolint/Dockerfile index fcbd654..1996a8d 100644 --- a/hadolint/Dockerfile +++ b/hadolint/Dockerfile @@ -13,10 +13,10 @@ LABEL "maintainer"="Bruno Tavares " COPY --from=hadolint /bin/hadolint /bin/hadolint RUN apk --no-cache add \ - curl=7.61.1-r1 \ - jq=1.6_rc1-r1 \ - bash=4.4.19-r1 \ - git=2.18.1-r0 + curl~=7 \ + jq~=1.6 \ + bash~=4 \ + git~=2 COPY lib.sh /lib.sh COPY entrypoint.sh /entrypoint.sh diff --git a/kubeval/Dockerfile b/kubeval/Dockerfile index 668c340..66cc547 100644 --- a/kubeval/Dockerfile +++ b/kubeval/Dockerfile @@ -13,10 +13,10 @@ LABEL "maintainer"="Bruno Tavares " COPY --from=kubeval /kubeval /bin/kubeval RUN apk --no-cache add \ - curl=7.61.1-r1 \ - jq=1.6_rc1-r1 \ - bash=4.4.19-r1 \ - git=2.18.1-r0 + curl~=7 \ + jq~=1.6 \ + bash~=4 \ + git~=2 COPY lib.sh /lib.sh COPY entrypoint.sh /entrypoint.sh diff --git a/mdlint/Dockerfile b/mdlint/Dockerfile index 8ed0c51..a095acd 100644 --- a/mdlint/Dockerfile +++ b/mdlint/Dockerfile @@ -12,10 +12,10 @@ LABEL "maintainer"="Bruno Tavares " RUN npm install -g markdownlint-cli@0.13.0 RUN apk --no-cache add \ - curl=7.61.1-r1 \ - jq=1.6_rc1-r1 \ - bash=4.4.19-r1 \ - git=2.18.1-r0 + curl~=7 \ + jq~=1.6 \ + bash~=4 \ + git~=2 COPY lib.sh /lib.sh COPY entrypoint.sh /entrypoint.sh diff --git a/pwshfmt/Dockerfile b/pwshfmt/Dockerfile index 17a9d51..ba8856b 100644 --- a/pwshfmt/Dockerfile +++ b/pwshfmt/Dockerfile @@ -13,10 +13,10 @@ RUN pwsh -c 'Install-Module -Name PowerShell-Beautifier -Force' RUN pwsh -c 'Import-Module PowerShell-Beautifier.psd1' RUN apk --no-cache add \ - curl=7.61.1-r1 \ - jq=1.6_rc1-r1 \ - bash=4.4.19-r1 \ - git=2.18.1-r0 + curl~=7 \ + jq~=1.6 \ + bash~=4 \ + git~=2 COPY lib.sh /lib.sh COPY entrypoint.sh /entrypoint.sh diff --git a/shellcheck/Dockerfile b/shellcheck/Dockerfile index 40e4d4b..9c8dfbb 100644 --- a/shellcheck/Dockerfile +++ b/shellcheck/Dockerfile @@ -10,10 +10,10 @@ LABEL "homepage"="http://github.com/bltavares/actions" LABEL "maintainer"="Bruno Tavares " RUN apk --no-cache add \ - curl=7.61.1-r1 \ - jq=1.6_rc1-r1 \ - bash=4.4.19-r1 \ - git=2.18.1-r0 + curl~=7 \ + jq~=1.6 \ + bash~=4 \ + git~=2 COPY lib.sh /lib.sh COPY entrypoint.sh /entrypoint.sh diff --git a/shfmt/Dockerfile b/shfmt/Dockerfile index a040612..cda5ca3 100644 --- a/shfmt/Dockerfile +++ b/shfmt/Dockerfile @@ -13,10 +13,10 @@ LABEL "maintainer"="Bruno Tavares " COPY --from=shfmt /bin/shfmt /bin/shfmt RUN apk --no-cache add \ - curl=7.61.1-r1 \ - jq=1.6_rc1-r1 \ - bash=4.4.19-r1 \ - git=2.18.1-r0 + curl~=7 \ + jq~=1.6 \ + bash~=4 \ + git~=2 COPY lib.sh /lib.sh COPY entrypoint.sh /entrypoint.sh diff --git a/tslint/Dockerfile b/tslint/Dockerfile index db9f80d..46e86a4 100644 --- a/tslint/Dockerfile +++ b/tslint/Dockerfile @@ -12,10 +12,10 @@ LABEL "maintainer"="Bruno Tavares " RUN npm install -g tslint@5.12.1 typescript@3.2.4 RUN apk --no-cache add \ - curl=7.61.1-r1 \ - jq=1.6_rc1-r1 \ - bash=4.4.19-r1 \ - git=2.18.1-r0 + curl~=7 \ + jq~=1.6 \ + bash~=4 \ + git~=2 COPY lib.sh /lib.sh COPY entrypoint.sh /entrypoint.sh diff --git a/zprint/Dockerfile b/zprint/Dockerfile index c0e3694..cba71c0 100644 --- a/zprint/Dockerfile +++ b/zprint/Dockerfile @@ -10,10 +10,10 @@ LABEL "homepage"="http://github.com/bltavares/actions" LABEL "maintainer"="Bruno Tavares " RUN apk --no-cache add \ - curl=7.61.1-r1 \ - jq=1.6_rc1-r1 \ - bash=4.4.19-r1 \ - git=2.18.1-r0 + curl~=7 \ + jq~=1.6 \ + bash~=4 \ + git~=2 COPY lib.sh /lib.sh COPY entrypoint.sh /entrypoint.sh