Skip to content

Commit

Permalink
update dockerfile version too
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan r. hruby committed Mar 31, 2020
1 parent 75a7697 commit 0066a1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13.1-alpine AS build-env
FROM golang:1.14.1-alpine AS build-env

RUN apk add --update git gcc libc-dev
RUN go get -u github.com/prometheus/promu
Expand All @@ -9,7 +9,7 @@ COPY .promu.yml script_exporter.go go.mod go.sum /go/script_exporter/
WORKDIR /go/script_exporter
RUN promu build

FROM alpine:3.8
FROM alpine:3.11
LABEL upstream="https://github.com/adhocteam/script_exporter"
LABEL maintainer="[email protected]"
RUN apk add --no-cache bash
Expand Down

0 comments on commit 0066a1b

Please sign in to comment.