We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3509d89 commit 300ebbbCopy full SHA for 300ebbb
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.12.6-alpine as build
+FROM golang:1.21-alpine as build
2
WORKDIR ${GOPATH}/src/github.com/quintoandar
3
RUN apk update && apk add make git curl && git clone https://github.com/quintoandar/postgres_exporter.git
4
WORKDIR ${GOPATH}/src/github.com/quintoandar/postgres_exporter
0 commit comments