Update Dockerfile references to use 1.3

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2021-08-17 08:41:15 +02:00
parent cb185f095f
commit dc6ada9b50
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
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