Skip to content

Commit 0d27299

Browse files
Update golang Docker tag to v1.25 (#907)
| datasource | package | from | to | | ---------- | ------- | ---- | ---- | | docker | golang | 1.24 | 1.25 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 41254d6 commit 0d27299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/go/otel/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24-alpine AS build
1+
FROM golang:1.25-alpine AS build
22
WORKDIR /src
33
ENV CGO_ENABLED=0
44
RUN apk add --no-cache \

0 commit comments

Comments
 (0)