Browse Source

chore(deps): update golang docker tag to v1.24 (#859)

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

+ 1 - 1
Dockerfile

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