恢复为官方的16

This commit is contained in:
be_loving@163.com 2025-01-01 21:46:37 +08:00
parent 3f78873eee
commit 322c1335b8
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
FROM node:20-alpine AS build
FROM node:16-alpine AS build
WORKDIR /home/superset-websocket
@ -22,7 +22,7 @@ RUN npm ci && \
npm run build
FROM node:20-alpine
FROM node:16-alpine
ENV NODE_ENV=production
WORKDIR /home/superset-websocket