|
@@ -1,7 +1,7 @@
|
|
|
# syntax=docker/dockerfile:experimental
|
|
|
|
|
|
|
|
|
-# Copyright 2020 Docker, Inc.
|
|
|
+# Copyright 2020 Docker Compose CLI authors
|
|
|
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
# you may not use this file except in compliance with the License.
|
|
@@ -14,6 +14,7 @@
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
# See the License for the specific language governing permissions and
|
|
|
# limitations under the License.
|
|
|
+
|
|
|
ARG GO_VERSION=1.15.2-alpine
|
|
|
ARG GOLANGCI_LINT_VERSION=v1.31.0-alpine
|
|
|
|