Skip to content

Commit 300ebbb

Browse files
committed
Updating golang to 1.21
1 parent 3509d89 commit 300ebbb

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)