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

Commit e17c17f

Browse files
Merge pull request #394 from vdemeester/bump-go-and-alpine
Bump go to 1.11 and alpine to 3.8
2 parents c427c3c + f559921 commit e17c17f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ARG ALPINE_VERSION=3.7
2-
ARG GO_VERSION=1.10.3
1+
ARG ALPINE_VERSION=3.8
2+
ARG GO_VERSION=1.11.0
33

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

Dockerfile.lint

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ARG ALPINE_VERSION=3.7
2-
ARG GO_VERSION=1.10.3
1+
ARG ALPINE_VERSION=3.8
2+
ARG GO_VERSION=1.11.0
33

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

0 commit comments

Comments
 (0)