From 3bebb822d3d7e23ee304c779be5202417a6d65b0 Mon Sep 17 00:00:00 2001 From: Vladimir Hodakov Date: Sat, 2 Mar 2019 18:34:56 +0400 Subject: [PATCH] Add golangci-lint as base image --- Dockerfile | 4 +--- README.md | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index e8f2f80..d3866f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,4 @@ -ARG GOLANG_VERSION=1.12-alpine - -FROM golang:$GOLANG_VERSION AS build +FROM lab.wtfteam.pro:4567/containers/golangci-lint AS build LABEL maintainer="vladimir@hodakov.me" diff --git a/README.md b/README.md index bd6f11b..bdca3b0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Docker container with Go and pre-built tdlib -This image is tagged by tdlib version. Each container have latest Go version at the time of build. +This image is tagged by tdlib version. Each container have latest Go and golangci-lint version at the time of build.