From 169444ea244261520370b249771f5cd5863e1c94 Mon Sep 17 00:00:00 2001 From: assignUser Date: Thu, 20 Aug 2020 20:53:42 +0200 Subject: [PATCH] add versions to images --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 710d665e..874a182d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,8 +15,8 @@ FROM yoheimuta/protolint:v0.26.0 as protolint FROM koalaman/shellcheck:v0.7.1 as shellcheck FROM wata727/tflint:0.19.0 as tflint FROM hadolint/hadolint:latest-alpine as dockerfile-lint -FROM assignuser/lintr-lib:latest as lintr-lib -FROM assignuser/chktex-alpine:latest as chktex +FROM assignuser/lintr-lib:v0.1.0 as lintr-lib +FROM assignuser/chktex-alpine:v0.1.0 as chktex ################## # Get base image #