Skip to content

Commit

Permalink
Merge pull request #6 from kube-logging/dependabot/docker/golang-1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 15, 2023
2 parents 04e33ba + 09af879 commit 1bc0259
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17.13 as builder
FROM golang:1.20.1 as builder

WORKDIR /workspace

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile copy.node-exporter
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runner binary
FROM golang:1.17 as builder
FROM golang:1.20 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runner binary
FROM golang:1.17 as builder
FROM golang:1.20 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.busybox
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runner binary
FROM golang:1.17 as builder
FROM golang:1.20 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.node-exporter
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runner binary
FROM golang:1.17 as builder
FROM golang:1.20 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down

0 comments on commit 1bc0259

Please sign in to comment.