Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 authored Mar 4, 2024
1 parent a3441c9 commit 7f2eab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down

0 comments on commit 7f2eab1

Please sign in to comment.