Skip to content

Commit ff56d19

Browse files
dependabot[bot]mrueg
authored andcommitted
Bump golang from 1.25.0-alpine3.22 to 1.25.1-alpine3.22
Bumps golang from 1.25.0-alpine3.22 to 1.25.1-alpine3.22. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25.1-alpine3.22 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7e416fe commit ff56d19

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
@@ -1,4 +1,4 @@
1-
FROM golang:1.25.0-alpine3.22 AS builder
1+
FROM golang:1.25.1-alpine3.22 AS builder
22
WORKDIR /go/src/github.com/mrueg/netcupscp-exporter
33
COPY . .
44
RUN apk --no-cache add make git && make

0 commit comments

Comments
 (0)