Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 37699db

Browse files
Bump golang to 1.13.10
Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
1 parent f654a05 commit 37699db

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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
22
ENV DISABLE_WARN_OUTSIDE_CONTAINER=1
33
ARG CLI_CHANNEL=stable
44
ARG 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
2121
RUN 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

2626
RUN apt-get update && apt-get install -y -q --no-install-recommends \
2727
coreutils \

Dockerfile.invocation-image

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG ALPINE_VERSION=3.10.3
22

3-
FROM golang:1.13.2 AS build
3+
FROM golang:1.13.10 AS build
44

55
RUN apt-get update -qq && apt-get install -y -q --no-install-recommends \
66
coreutils \

Dockerfile.lint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG ALPINE_VERSION=3.10
2-
ARG GO_VERSION=1.12.9
2+
ARG GO_VERSION=1.13.10
33

44
FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION}
55
RUN apk add --no-cache \

docs/yaml/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.12-alpine AS base
1+
FROM golang:1.13-alpine AS base
22

33
ARG PROJECT=github.com/docker/app
44
ARG PROJECT_PATH=/go/src/${PROJECT}

0 commit comments

Comments
 (0)