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

Commit 79d3902

Browse files
author
Vincent Demeester
authored
Merge pull request #229 from vdemeester/bump-go
Bump go version to 1.10.3
2 parents 127479a + 765e793 commit 79d3902

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

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

44
FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS build
55
ARG DOCKERCLI_VERSION=18.03.1-ce

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.7
2-
ARG GO_VERSION=1.10.2
2+
ARG GO_VERSION=1.10.3
33

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

0 commit comments

Comments
 (0)