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

Merged
renovate-bot merged 1 commits from renovate/golang-1.x into main 2025-08-14 00:01:43 +00:00
Showing only changes of commit a34b8a775b - Show all commits

View File

@@ -1,5 +1,5 @@
# Use the official Golang image for building # Use the official Golang image for building
FROM golang:1.24 AS builder FROM golang:1.25 AS builder
# Set working directory # Set working directory
WORKDIR /app WORKDIR /app
# Copy Go modules and dependencies # Copy Go modules and dependencies