We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3509d89 + 300ebbb commit d0c1218Copy full SHA for d0c1218
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