mirror of
https://github.com/keven1024/015.git
synced 2026-05-26 07:08:02 +00:00
chore: update Go version in Dockerfiles to 1.25.5 for improved compatibility and performance
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM golang:1.24.3 AS builder
|
||||
FROM golang:1.25.5 AS builder
|
||||
|
||||
# Set destination for COPY
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user