From b3b1cf1c6c22ac12940be1e79105dc5636c3a119 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 20 Apr 2023 16:28:13 +0800 Subject: [PATCH 1/2] update dockerfile node version --- dockerfiles/Dockerfile-for-frps-web-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/Dockerfile-for-frps-web-build b/dockerfiles/Dockerfile-for-frps-web-build index 1669289b..35f33266 100644 --- a/dockerfiles/Dockerfile-for-frps-web-build +++ b/dockerfiles/Dockerfile-for-frps-web-build @@ -1,5 +1,5 @@ # step 1: build web -FROM node:10-alpine as web-build +FROM node:19-alpine as web-build WORKDIR /build From 80ae277fb1e3a840f171e22c60292d6c0a44572d Mon Sep 17 00:00:00 2001 From: synebula Date: Thu, 20 Apr 2023 19:33:02 +0800 Subject: [PATCH 2/2] change workflow file --- .github/workflows/build-navigation-frps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-navigation-frps.yml b/.github/workflows/build-navigation-frps.yml index 0d8b9c6d..7d60744f 100644 --- a/.github/workflows/build-navigation-frps.yml +++ b/.github/workflows/build-navigation-frps.yml @@ -38,7 +38,7 @@ jobs: with: context: . file: ./dockerfiles/Dockerfile-for-frps-web-build - platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x + platforms: linux/amd64 #,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x push: true tags: | ${{ secrets.DOCKERHUB_USERNAME }}/frps:${{ env.TAG_NAME }}