From 1c74e1d620665d0b91f76cd546b6f3c0c4a2ea4f Mon Sep 17 00:00:00 2001 From: GennadySpb Date: Thu, 13 Apr 2023 11:00:40 +0300 Subject: [PATCH 1/2] Update Dockerfile (#244) module `github.com/anacrolix/torrent` requires Go 1.20 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index df3951b..39c33f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN yarn install && yarn run build ### BUILD TORRSERVER MULTIARCH START ### -FROM --platform=$BUILDPLATFORM golang:1.19-alpine as builder +FROM --platform=$BUILDPLATFORM golang:1.20-alpine as builder COPY . /opt/src COPY --from=front /app/build /opt/src/web/build From 8f2b7982119893d9fca0d99c003b01863abfb086 Mon Sep 17 00:00:00 2001 From: nikk gitanes Date: Fri, 14 Apr 2023 06:02:44 +0300 Subject: [PATCH 2/2] web: narrow h6 to fit mobiles --- web/src/style/materialUISetup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/style/materialUISetup.js b/web/src/style/materialUISetup.js index 158ba81..278eecf 100644 --- a/web/src/style/materialUISetup.js +++ b/web/src/style/materialUISetup.js @@ -55,7 +55,7 @@ export const useMaterialUITheme = () => { overrides: { MuiTypography: { h6: { - fontSize: '1.2rem', + fontSize: '1.0rem', }, }, MuiPaper: {