mirror of
https://github.com/trafficlunar/api.git
synced 2026-08-12 12:29:39 +00:00
fix: update dockerfile golang version
This commit is contained in:
parent
e858417ae2
commit
b407bdaa94
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# build
|
||||
FROM golang:1.24.1 AS builder
|
||||
FROM golang:1.26.5 AS builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue