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