mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-04 02:32:57 +00:00
fix
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
# Separate lightweight Go build, sharing the same module and internal packages as the main backend.
|
||||
|
||||
# Build stage
|
||||
FROM golang:1.24.5-bullseye AS builder
|
||||
ARG GO_IMAGE_TAG=1.25.8-bookworm
|
||||
FROM golang:${GO_IMAGE_TAG} AS builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user