This repository was archived by the owner on Jul 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM dockercore/golang-cross:1.12.9 @sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705 AS cli-build
1+ FROM dockercore/golang-cross:1.13.10 @sha256:ad2725ac9af0273f1de9bb85e166084d5e8d915df334154fe9c8bd9af912a90d AS cli-build
22ENV DISABLE_WARN_OUTSIDE_CONTAINER=1
33ARG CLI_CHANNEL=stable
44ARG CLI_VERSION=19.03.5
55
6- RUN apt-get install -y -q --no-install-recommends \
6+ RUN apt-get update && apt-get install -y -q --no-install-recommends \
77 coreutils \
88 util-linux \
99 uuid-runtime
@@ -21,7 +21,7 @@ ARG GOPROXY
2121RUN make binary-windows
2222
2323# main dev image
24- FROM golang:1.13.3 AS dev
24+ FROM golang:1.13.10 AS dev
2525
2626RUN apt-get update && apt-get install -y -q --no-install-recommends \
2727 coreutils \
Original file line number Diff line number Diff line change 11ARG ALPINE_VERSION=3.10.3
22
3- FROM golang:1.13.2 AS build
3+ FROM golang:1.13.10 AS build
44
55RUN apt-get update -qq && apt-get install -y -q --no-install-recommends \
66 coreutils \
Original file line number Diff line number Diff line change 11ARG ALPINE_VERSION=3.10
2- ARG GO_VERSION=1.12.9
2+ ARG GO_VERSION=1.13.10
33
44FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION}
55RUN apk add --no-cache \
Original file line number Diff line number Diff line change 1- FROM golang:1.12 -alpine AS base
1+ FROM golang:1.13 -alpine AS base
22
33ARG PROJECT=github.com/docker/app
44ARG PROJECT_PATH=/go/src/${PROJECT}
You can’t perform that action at this time.
0 commit comments