Moge-Row commited on
Commit
1c9b15c
·
1 Parent(s): 59a5503

fix golang version

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM golang:1.23-alpine AS builder
2
 
3
  WORKDIR /app
4
 
 
1
+ FROM golang:1.25-alpine AS builder
2
 
3
  WORKDIR /app
4