fix dockerfile go version
All checks were successful
Build and Deploy Website / build (push) Successful in 5m1s
All checks were successful
Build and Deploy Website / build (push) Successful in 5m1s
This commit is contained in:
@@ -12,7 +12,7 @@ RUN npm run build -- --outDir dist --emptyOutDir
|
||||
# ================================
|
||||
# Backend build
|
||||
# ================================
|
||||
FROM golang:1.23-alpine AS backend
|
||||
FROM golang:1.26-alpine AS backend
|
||||
|
||||
WORKDIR /build
|
||||
COPY Backend/ ./
|
||||
|
||||
Reference in New Issue
Block a user