Skip to content

Commit

Permalink
bump golang to v1.19.3 in dockerfile for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
friedrichwilken committed Nov 2, 2022
1 parent 5527020 commit 51dee7b
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.19 AS build
FROM golang:1.19.3 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 51dee7b

Please sign in to comment.