Skip to content

Commit d0c1218

Browse files
authored
Updating golang to 1.21 (#7)
2 parents 3509d89 + 300ebbb commit d0c1218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.12.6-alpine as build
1+
FROM golang:1.21-alpine as build
22
WORKDIR ${GOPATH}/src/github.com/quintoandar
33
RUN apk update && apk add make git curl && git clone https://github.com/quintoandar/postgres_exporter.git
44
WORKDIR ${GOPATH}/src/github.com/quintoandar/postgres_exporter

0 commit comments

Comments
 (0)