diff --git a/Dockerfile b/Dockerfile index 675b150..59c4351 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.24.0-alpine3.20@sha256:79f7ffeff943577c82791c9e125ab806f133ae3d8af8ad8916704922ddcc9dd8 as builder +FROM golang:1.24.1-alpine3.20@sha256:3d9132b88a6317b846b55aa8e821821301906fe799932ecbc4f814468c6977a5 AS builder WORKDIR /workspace diff --git a/Dockerfile.alpine b/Dockerfile.alpine index 57e02b9..09be19a 100644 --- a/Dockerfile.alpine +++ b/Dockerfile.alpine @@ -1,5 +1,5 @@ # Build the runner binary -FROM golang:1.24.0-alpine3.20@sha256:79f7ffeff943577c82791c9e125ab806f133ae3d8af8ad8916704922ddcc9dd8 as builder +FROM golang:1.24.1-alpine3.20@sha256:3d9132b88a6317b846b55aa8e821821301906fe799932ecbc4f814468c6977a5 AS builder WORKDIR /workspace # Copy the Go Modules manifests diff --git a/Dockerfile.busybox b/Dockerfile.busybox index cd11c96..0c86eba 100644 --- a/Dockerfile.busybox +++ b/Dockerfile.busybox @@ -1,5 +1,5 @@ # Build the runner binary -FROM golang:1.24.0-alpine3.20@sha256:79f7ffeff943577c82791c9e125ab806f133ae3d8af8ad8916704922ddcc9dd8 as builder +FROM golang:1.24.1-alpine3.20@sha256:3d9132b88a6317b846b55aa8e821821301906fe799932ecbc4f814468c6977a5 AS builder WORKDIR /workspace # Copy the Go Modules manifests diff --git a/Dockerfile.node-exporter b/Dockerfile.node-exporter index 484ab24..df8d9e3 100644 --- a/Dockerfile.node-exporter +++ b/Dockerfile.node-exporter @@ -1,5 +1,5 @@ # Build the runner binary -FROM golang:1.24.0-alpine3.20@sha256:79f7ffeff943577c82791c9e125ab806f133ae3d8af8ad8916704922ddcc9dd8 as builder +FROM golang:1.24.1-alpine3.20@sha256:3d9132b88a6317b846b55aa8e821821301906fe799932ecbc4f814468c6977a5 AS builder WORKDIR /workspace # Copy the Go Modules manifests