This commit is contained in:
Tomas Dvorak
2026-03-13 15:03:11 +01:00
parent 30d70a6aeb
commit 4ca3f4ff53
3 changed files with 10 additions and 7 deletions
+2 -1
View File
@@ -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