mirror of
https://github.com/dalbodeule/hop-gate.git
synced 2025-12-07 20:35:44 +09:00
[chore](build): update Go version in server Dockerfile
- Upgraded base image to `golang:1.25-alpine` for compatibility with newer features and improvements.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
# hop-gate-server:dev
|
||||
|
||||
# ---------- Build stage ----------
|
||||
FROM golang:1.22-alpine AS builder
|
||||
FROM golang:1.25-alpine AS builder
|
||||
|
||||
# BuildKit / buildx 가 제공하는 타겟 OS/ARCH 인자를 사용해 멀티 아키텍처 빌드를 지원합니다.
|
||||
# 기본값을 지정해두면 로컬 docker build 시에도 별도 인자 없이 빌드 가능합니다.
|
||||
|
||||
Reference in New Issue
Block a user