Skip to content

Commit e14e2e3

Browse files
Update golang Docker tag to v1.25.0
Update golang from 1.24.6 to 1.25.0 Change-type: patch
1 parent 61c0521 commit e14e2e3

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
@@ -76,7 +76,7 @@ RUN cargo build --release
7676
# Eget Builder
7777
########################################################
7878

79-
FROM golang:1.24.6 AS eget-builder
79+
FROM golang:1.25.0 AS eget-builder
8080

8181
WORKDIR /src
8282

0 commit comments

Comments
 (0)