mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 17:37:46 +08:00
Merge pull request #731 from crazy-max/dockerfile-13
Update Dockerfile references to use 1.3
This commit is contained in:
commit
2d3763990c
@ -1,4 +1,4 @@
|
|||||||
# syntax=docker/dockerfile:1.2
|
# syntax=docker/dockerfile:1.3
|
||||||
|
|
||||||
ARG DOCKERD_VERSION=19.03
|
ARG DOCKERD_VERSION=19.03
|
||||||
ARG CLI_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
|
FROM golang:1.16-alpine AS docsgen
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# syntax=docker/dockerfile:1.2
|
# syntax=docker/dockerfile:1.3
|
||||||
|
|
||||||
FROM golang:1.16-alpine
|
FROM golang:1.16-alpine
|
||||||
RUN apk add --no-cache gcc musl-dev yamllint
|
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
|
FROM golang:1.16-alpine AS vendored
|
||||||
RUN apk add --no-cache git rsync
|
RUN apk add --no-cache git rsync
|
||||||
|
Loading…
x
Reference in New Issue
Block a user