v1.3.3
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ WORKDIR /app
|
||||
COPY frontend/ ./
|
||||
RUN npm install && npm run build
|
||||
|
||||
FROM golang:1.24-alpine AS backend-builder
|
||||
FROM golang:1.25-alpine AS backend-builder
|
||||
WORKDIR /app
|
||||
ARG TARGETARCH
|
||||
ENV CGO_ENABLED=1
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.24-alpine AS backend-builder
|
||||
FROM golang:1.25-alpine AS backend-builder
|
||||
WORKDIR /app
|
||||
ARG TARGETARCH
|
||||
ENV CGO_ENABLED=1
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
1.3.2
|
||||
1.3.3
|
||||
+1
-1
Submodule frontend updated: 7d3af4a0dd...462018335e
Reference in New Issue
Block a user