Skip to content

Commit

Permalink
Update Dockerfile for Go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
ncabatoff committed Apr 16, 2024
1 parent a06825a commit 6caf441
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,6 +1,6 @@
# Start from a Debian image with the latest version of Go installed
# and a workspace (GOPATH) configured at /go.
FROM --platform=$BUILDPLATFORM golang:1.17 AS build
FROM --platform=$BUILDPLATFORM golang:1.22 AS build
ARG TARGETARCH
ARG BUILDPLATFORM
WORKDIR /go/src/github.com/ncabatoff/process-exporter
Expand Down

0 comments on commit 6caf441

Please sign in to comment.