Skip to content

Commit 061ba33

Browse files
authored
Merge pull request #290 from eko/dependabot/docker/golang-1.24.5-alpine3.21
build(deps): bump golang from 1.24.4-alpine3.21 to 1.24.5-alpine3.21
2 parents 9991196 + 1c91f24 commit 061ba33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG IMAGE=scratch
22
ARG OS=linux
33
ARG ARCH=amd64
44

5-
FROM golang:1.24.4-alpine3.21 as builder
5+
FROM golang:1.24.5-alpine3.21 as builder
66

77
WORKDIR /go/src/github.com/eko/pihole-exporter
88
COPY . .

0 commit comments

Comments
 (0)