update frontend and docker

This commit is contained in:
Alireza Ahmadi
2026-05-19 21:10:37 +02:00
parent 5e8aac8784
commit 1d37fbb8c6
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ WORKDIR /app
COPY frontend/ ./
RUN npm install && npm run build
FROM golang:1.25-alpine AS backend-builder
FROM golang:1.26-alpine AS backend-builder
WORKDIR /app
ARG TARGETARCH
ARG TARGETVARIANT