From 1d37fbb8c6ef0cd83ef605981908cf64bdbc36b3 Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Tue, 19 May 2026 21:10:37 +0200 Subject: [PATCH] update frontend and docker --- .github/workflows/release.yml | 2 +- Dockerfile | 2 +- Dockerfile.frontend-artifact | 2 +- frontend | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 16d0c08..353b871 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ on: env: NODE_VERSION: "25" - CRONET_GO_VERSION: "2fef65f9dba90ddb89a87d00a6eb6165487c10c1" + CRONET_GO_VERSION: "2faf34666c2cc8234f10f2ab6d4c4d6104d34ae2" CRONET_GO_REPO: https://github.com/sagernet/cronet-go.git BOOTLIN_BASE_URL: https://toolchains.bootlin.com/downloads/releases/toolchains diff --git a/Dockerfile b/Dockerfile index d180f1d..eb97d21 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/Dockerfile.frontend-artifact b/Dockerfile.frontend-artifact index d8a479c..434d49b 100644 --- a/Dockerfile.frontend-artifact +++ b/Dockerfile.frontend-artifact @@ -1,4 +1,4 @@ -FROM golang:1.25-alpine AS backend-builder +FROM golang:1.26-alpine AS backend-builder WORKDIR /app ARG TARGETARCH ARG TARGETVARIANT diff --git a/frontend b/frontend index f65f58e..b7a2d2f 160000 --- a/frontend +++ b/frontend @@ -1 +1 @@ -Subproject commit f65f58efbd12b8c1eed6f3ca15a09f05746b6819 +Subproject commit b7a2d2f24c3c02d29be6541d14dff1cfa23d50e3