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

Update Dockerfile references to use 1.3
pull/741/head
Tõnis Tiigi 3 years ago committed by GitHub
commit 2d3763990c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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