fix: Docker version releases by removing arm/v6 and arm/v7 support (#8976)

This commit is contained in:
Corey
2024-03-04 23:54:42 -08:00
committed by GitHub
parent f9c39edcbc
commit 1f62dd0f4e
4 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
############################################################
# Build stage
############################################################
FROM node:18-alpine AS build
FROM node:lts-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:18-alpine AS release
FROM node:lts-alpine AS release
VOLUME /parse-server/cloud /parse-server/config