containers
/
tdlib-golangci
Archiviert
1
Fork 0

Add golangci-lint as base image

master
Vladimir Hodakov 2019-03-02 18:34:56 +04:00
Ursprung be99205022
Commit 3bebb822d3
Signiert von: Vladimir Hodakov
GPG-Schlüssel-ID: 673980B6882F82C6
2 geänderte Dateien mit 2 neuen und 4 gelöschten Zeilen

Datei anzeigen

@ -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"

Datei anzeigen

@ -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.