Skip to content

Commit

Permalink
Updating golang to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
gfranco9 committed Jun 20, 2024
1 parent 3509d89 commit 300ebbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.12.6-alpine as build
FROM golang:1.21-alpine as build
WORKDIR ${GOPATH}/src/github.com/quintoandar
RUN apk update && apk add make git curl && git clone https://github.com/quintoandar/postgres_exporter.git
WORKDIR ${GOPATH}/src/github.com/quintoandar/postgres_exporter
Expand Down

0 comments on commit 300ebbb

Please sign in to comment.