Browse Source

chore(deps): update golang docker tag to v1.25 (#957)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 1 month ago
parent
commit
3cca9a560c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -2,7 +2,7 @@
 ARG LDFLAGS=-s -w
 
 # Use a temporary build image based on Golang 1.20-alpine
-FROM golang:1.24-alpine as builder
+FROM golang:1.25-alpine as builder
 
 # Set environment variables: linker flags and disable CGO
 ENV LDFLAGS=$LDFLAGS CGO_ENABLED=0