Skip to content

Commit cccacc7

Browse files
authored
Merge pull request #13 from kube-logging/dependabot/docker/golang-1.21
Bump golang from 1.20 to 1.21
2 parents 452150f + 4dcd046 commit cccacc7

5 files changed

+5
-5
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.20 as builder
1+
FROM golang:1.21 as builder
22

33
WORKDIR /workspace
44

Dockerfile copy.node-exporter

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runner binary
2-
FROM golang:1.20 as builder
2+
FROM golang:1.21 as builder
33

44
WORKDIR /workspace
55
# Copy the Go Modules manifests

Dockerfile.alpine

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runner binary
2-
FROM golang:1.20 as builder
2+
FROM golang:1.21 as builder
33

44
WORKDIR /workspace
55
# Copy the Go Modules manifests

Dockerfile.busybox

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runner binary
2-
FROM golang:1.20 as builder
2+
FROM golang:1.21 as builder
33

44
WORKDIR /workspace
55
# Copy the Go Modules manifests

Dockerfile.node-exporter

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runner binary
2-
FROM golang:1.20 as builder
2+
FROM golang:1.21 as builder
33

44
WORKDIR /workspace
55
# Copy the Go Modules manifests

0 commit comments

Comments
 (0)