Update Dockerfile references to use 1.3

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
pull/731/head
CrazyMax 3 years ago
parent cb185f095f
commit dc6ada9b50
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

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

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

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

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

Loading…
Cancel
Save