From e6c741bd3be52b2ed0235806599aaacf81dd4374 Mon Sep 17 00:00:00 2001 From: Dhruwang Date: Tue, 6 May 2025 11:02:44 +0530 Subject: [PATCH] fix --- apps/web/Dockerfile | 5 ++++- apps/web/locales/de-DE.json | 2 +- apps/web/locales/en-US.json | 2 +- apps/web/locales/fr-FR.json | 2 +- apps/web/locales/pt-BR.json | 2 +- apps/web/locales/pt-PT.json | 2 +- apps/web/locales/zh-Hant-TW.json | 2 +- 7 files changed, 10 insertions(+), 7 deletions(-) diff --git a/apps/web/Dockerfile b/apps/web/Dockerfile index 5aa74fcb6b..7b122204ed 100644 --- a/apps/web/Dockerfile +++ b/apps/web/Dockerfile @@ -1,4 +1,7 @@ -FROM node:23-alpine3.21 AS base +FROM node:22-alpine3.21 AS base + +# Step 2: Explicitly upgrade/install Golang to a fixed version +RUN apk add --no-cache --upgrade go=1.23.8 # ## step 1: Prune monorepo diff --git a/apps/web/locales/de-DE.json b/apps/web/locales/de-DE.json index 6829aee398..9ae8e4cb51 100644 --- a/apps/web/locales/de-DE.json +++ b/apps/web/locales/de-DE.json @@ -1,6 +1,6 @@ { "auth": { - "continue_with_azure": "Login mit Azure", + "continue_with_azure": "Weiter mit Microsoft", "continue_with_email": "Login mit E-Mail", "continue_with_github": "Login mit GitHub", "continue_with_google": "Login mit Google", diff --git a/apps/web/locales/en-US.json b/apps/web/locales/en-US.json index 9e7bf1d779..fa83be87e8 100644 --- a/apps/web/locales/en-US.json +++ b/apps/web/locales/en-US.json @@ -1,6 +1,6 @@ { "auth": { - "continue_with_azure": "Continue with Azure", + "continue_with_azure": "Continue with Microsoft", "continue_with_email": "Continue with Email", "continue_with_github": "Continue with GitHub", "continue_with_google": "Continue with Google", diff --git a/apps/web/locales/fr-FR.json b/apps/web/locales/fr-FR.json index a550bade77..beeb99bee8 100644 --- a/apps/web/locales/fr-FR.json +++ b/apps/web/locales/fr-FR.json @@ -1,6 +1,6 @@ { "auth": { - "continue_with_azure": "Continuer avec Azure", + "continue_with_azure": "Continuer avec Microsoft", "continue_with_email": "Continuer avec l'e-mail", "continue_with_github": "Continuer avec GitHub", "continue_with_google": "Continuer avec Google", diff --git a/apps/web/locales/pt-BR.json b/apps/web/locales/pt-BR.json index 40359df0d6..980ad73d27 100644 --- a/apps/web/locales/pt-BR.json +++ b/apps/web/locales/pt-BR.json @@ -1,6 +1,6 @@ { "auth": { - "continue_with_azure": "Continuar com Azure", + "continue_with_azure": "Continuar com Microsoft", "continue_with_email": "Continuar com o Email", "continue_with_github": "Continuar com o GitHub", "continue_with_google": "Continuar com o Google", diff --git a/apps/web/locales/pt-PT.json b/apps/web/locales/pt-PT.json index eeff7ae456..4fa90ed5be 100644 --- a/apps/web/locales/pt-PT.json +++ b/apps/web/locales/pt-PT.json @@ -1,6 +1,6 @@ { "auth": { - "continue_with_azure": "Continuar com Azure", + "continue_with_azure": "Continuar com Microsoft", "continue_with_email": "Continuar com Email", "continue_with_github": "Continuar com GitHub", "continue_with_google": "Continuar com Google", diff --git a/apps/web/locales/zh-Hant-TW.json b/apps/web/locales/zh-Hant-TW.json index 0c78ecea8b..9c9ff8ff19 100644 --- a/apps/web/locales/zh-Hant-TW.json +++ b/apps/web/locales/zh-Hant-TW.json @@ -1,6 +1,6 @@ { "auth": { - "continue_with_azure": "使用 Azure 繼續", + "continue_with_azure": "繼續使用 Microsoft", "continue_with_email": "使用電子郵件繼續", "continue_with_github": "使用 GitHub 繼續", "continue_with_google": "使用 Google 繼續",