From f3bfe9bb9a0d6b4f44e9894ffb9d9bd69855b65c Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Thu, 21 Aug 2025 13:05:33 +0200 Subject: [PATCH] v1.3.3 --- Dockerfile | 2 +- Dockerfile.frontend-artifact | 2 +- config/version | 2 +- frontend | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 33f68f7..8cab4de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/Dockerfile.frontend-artifact b/Dockerfile.frontend-artifact index d2e9617..965dfc0 100644 --- a/Dockerfile.frontend-artifact +++ b/Dockerfile.frontend-artifact @@ -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 diff --git a/config/version b/config/version index d5e98f7..785cda8 100644 --- a/config/version +++ b/config/version @@ -1 +1 @@ -1.3.2 \ No newline at end of file +1.3.3 \ No newline at end of file diff --git a/frontend b/frontend index 7d3af4a..4620183 160000 --- a/frontend +++ b/frontend @@ -1 +1 @@ -Subproject commit 7d3af4a0ddde9703892c479218050a4a46e1255d +Subproject commit 462018335e072d611de596e494d9b96accfc276a