Skip to content

Commit

Permalink
The Dockerfile must point to go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
KacperPerschke committed Dec 12, 2023
1 parent 545b6dd commit 849a5f1
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.18 as build
FROM golang:1.21 as build

WORKDIR /go/artifactory_exporter
ADD . /go/artifactory_exporter
Expand Down

0 comments on commit 849a5f1

Please sign in to comment.