ci: Fix failing Docker release by removing arm/v6 and arm/v7 support (#8977)

This commit is contained in:
Corey
2024-03-04 23:56:40 -08:00
committed by GitHub
parent 47184f0734
commit 9282bc595c
4 changed files with 19 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
############################################################
# Build stage
############################################################
FROM node:lts-alpine AS build
FROM node:18-alpine AS build
RUN apk --no-cache add git
WORKDIR /tmp
@@ -24,7 +24,7 @@ RUN npm ci --omit=dev --ignore-scripts \
############################################################
# Release stage
############################################################
FROM node:lts-alpine AS release
FROM node:18-alpine AS release
VOLUME /parse-server/cloud /parse-server/config