Bump golang to 1.13 in Dockerfiles

Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
This commit is contained in:
Silvin Lubecki
2020-03-03 16:46:56 +01:00
parent bbc902b4d6
commit 960107d00f
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1.0-experimental
FROM golang:1.12-alpine AS vendored
FROM golang:1.13-alpine AS vendored
RUN apk add --no-cache git rsync
WORKDIR /src
RUN --mount=target=/context \