Skip to content

Commit

Permalink
Upgrade to go 1.11 and alpine 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Sep 9, 2018
1 parent 0126282 commit fbcab6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.ci
@@ -1,4 +1,4 @@
FROM golang:1.9 as builder
FROM golang:1.11 as builder

RUN mkdir -p /go/src/github.com/stefanprodan/k8s-podinfo/

Expand All @@ -18,7 +18,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -ldflags "-s -w \
-X github.com/stefanprodan/k8s-podinfo/pkg/version.REVISION=${GIT_COMMIT}" \
-a -installsuffix cgo -o podcli ./cmd/podcli

FROM alpine:3.7
FROM alpine:3.8

RUN addgroup -S app \
&& adduser -S -g app app \
Expand Down

0 comments on commit fbcab6c

Please sign in to comment.