update dependencies

This commit is contained in:
Alireza Ahmadi
2024-10-29 13:16:47 +01:00
parent 282e244517
commit 42f24c45c9
4 changed files with 449 additions and 383 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ WORKDIR /app
COPY frontend/ ./
RUN npm install && npm run build
FROM golang:1.22-alpine AS backend-builder
FROM golang:1.23-alpine AS backend-builder
WORKDIR /app
ARG TARGETARCH
ENV CGO_CFLAGS="-D_LARGEFILE64_SOURCE"