Skip to content

Commit

Permalink
updated to PayloadCMS v3.0.0-beta.108
Browse files Browse the repository at this point in the history
  • Loading branch information
w41x committed Sep 21, 2024
1 parent 32346fa commit 181bc30
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,6 +1,6 @@
# syntax = docker/dockerfile:1.4.1

FROM node:22.8.0-alpine3.20 AS payload
FROM node:22.9.0-alpine3.20 AS payload
LABEL name='api build'
# enable corepack
RUN corepack enable
Expand All @@ -26,7 +26,7 @@ EXPOSE 3000
# start test environment
CMD pnpm run dev

FROM mongo:8.0.0-rc18-noble as db
FROM mongo:8.0.0-rc20-noble as db
LABEL name='db build'
# database admin user
ENV MONGO_INITDB_ROOT_USERNAME=root
Expand Down

0 comments on commit 181bc30

Please sign in to comment.