Skip to content

Commit

Permalink
Bumped golang to 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
mfaizanse authored and wallyqs committed Apr 5, 2022
1 parent e632b01 commit a380681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/linux/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16 AS build
FROM golang:1.18 AS build
COPY . /go/src/prometheus-nats-exporter
WORKDIR /go/src/prometheus-nats-exporter
RUN make prometheus-nats-exporter.docker
Expand Down

0 comments on commit a380681

Please sign in to comment.