Skip to content

Commit dcfe0b7

Browse files
Bump golang in /test/fakeintake
Bumps golang from 1.24.9-alpine3.22 to 1.25.3-alpine3.22. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25.3-alpine3.22 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a78e231 commit dcfe0b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/fakeintake/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# syntax=docker/dockerfile:1
33

44
## Build
5-
FROM golang:1.24.10-alpine3.22 AS build
5+
FROM golang:1.25.4-alpine3.22 AS build
66

77
# need gcc to build with CGO_ENABLED=1
88
# need musl-dev to get stdlib.h

0 commit comments

Comments
 (0)