Merge pull request #3475 from thaJeztah/dockerfile_stable_syntax

Dockerfile: use syntax=docker/dockerfile:1
This commit is contained in:
Sebastiaan van Stijn 2022-03-18 20:44:14 +01:00 committed by GitHub
commit 5c39082cff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.3
# syntax=docker/dockerfile:1
ARG BASE_VARIANT=alpine
ARG GO_VERSION=1.16.11

View File

@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.3-labs
# syntax=docker/dockerfile:1
FROM alpine:3.14 AS gen
RUN apk add --no-cache bash git

View File

@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.3
# syntax=docker/dockerfile:1
ARG GO_VERSION=1.16.11

View File

@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.3
# syntax=docker/dockerfile:1
ARG GO_VERSION=1.16.11
ARG GOLANGCI_LINT_VERSION=v1.23.8

View File

@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.3
# syntax=docker/dockerfile:1
FROM koalaman/shellcheck-alpine:v0.7.1 AS shellcheck
WORKDIR /go/src/github.com/docker/cli

View File

@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.3-labs
# syntax=docker/dockerfile:1
ARG GO_VERSION=1.16.11
ARG MODOUTDATED_VERSION=v0.8.0