Merge pull request #731 from crazy-max/dockerfile-13

Update Dockerfile references to use 1.3
This commit is contained in:
Tõnis Tiigi 2021-08-18 09:05:53 -07:00 committed by GitHub
commit 2d3763990c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.2
# syntax=docker/dockerfile:1.3
ARG DOCKERD_VERSION=19.03
ARG CLI_VERSION=19.03

View File

@ -1,4 +1,4 @@
# syntax = docker/dockerfile:1.2
# syntax=docker/dockerfile:1.3
FROM golang:1.16-alpine AS docsgen
WORKDIR /src

View File

@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.2
# syntax=docker/dockerfile:1.3
FROM golang:1.16-alpine
RUN apk add --no-cache gcc musl-dev yamllint

View File

@ -1,4 +1,4 @@
# syntax = docker/dockerfile:1.2
# syntax=docker/dockerfile:1.3
FROM golang:1.16-alpine AS vendored
RUN apk add --no-cache git rsync