Skip to content

Commit 386b278

Browse files
deps: bump golang from 1.24.5 to 1.25.0
Bumps golang from 1.24.5 to 1.25.0. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9000336 commit 386b278

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Setup base
2-
FROM golang:1.24.5 AS base
2+
FROM golang:1.25.0 AS base
33
WORKDIR /app
44
COPY ./go.mod ./
55
COPY ./go.sum ./

0 commit comments

Comments
 (0)