mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-31 23:58:03 +08:00
Bump golang to 1.13 in Dockerfiles
Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
This commit is contained in:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user