mirror of
https://github.com/docker/compose.git
synced 2026-08-28 04:18:05 +00:00
dockerfile: Update linter
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
This commit is contained in:
parent
a46ada6c47
commit
5c947a2082
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
ARG GO_VERSION=1.14.6-alpine
|
||||
ARG GOLANGCI_LINT_VERSION=v1.28.3-alpine
|
||||
ARG GOLANGCI_LINT_VERSION=v1.29.0-alpine
|
||||
|
||||
FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION} AS base
|
||||
WORKDIR /api
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue