Skip to content

Commit fb17601

Browse files
authored
Update dockerimages to use golang1.15 (#435)
Signed-off-by: Hrishikesh Barman <[email protected]>
1 parent 2f8f9f9 commit fb17601

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infra/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.14-alpine
1+
FROM golang:1.15-alpine
22
LABEL maintainer="The Prometheus Authors <[email protected]>"
33

44
RUN apk add git make

tools/prometheus-builder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.14
1+
FROM golang:1.15
22
LABEL maintainer="The Prometheus Authors <[email protected]>"
33

44
RUN \

0 commit comments

Comments
 (0)