Skip to content

Commit f13c55b

Browse files
build(deps): Bump golang from 1.25.5-bookworm to 1.25.6-bookworm
Bumps golang from 1.25.5-bookworm to 1.25.6-bookworm. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25.6-bookworm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0f9436b commit f13c55b

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,5 +1,5 @@
11
# Container for building Go binary.
2-
FROM golang:1.25.5-bookworm AS builder
2+
FROM golang:1.25.6-bookworm AS builder
33
# Install dependencies
44
RUN apt-get update && apt-get install -y --no-install-recommends build-essential git
55

0 commit comments

Comments
 (0)