Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hijiki51 authored Nov 13, 2023
1 parent 53cc707 commit 9563ea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-bookworm-slim AS builder
FROM node:16-bookworm-slim AS builder
ENV GHOST_VERSION 5.54.4
ENV NODE_ENV development

Expand All @@ -25,7 +25,7 @@ COPY ./ghost/core/content/themes/ghost-theme-2020 /srv/ghost/content/themes/ghos
RUN mkdir -p /srv/ghost/content/adapters/storage && \
cp -r ./node_modules/ghost-storage-adapter-s3 /srv/ghost/content/adapters/storage/s3

FROM node:18-bookworm-slim
FROM node:16-bookworm-slim
RUN apt-get update && apt-get install -y git

ENV NODE_ENV production
Expand Down

0 comments on commit 9563ea1

Please sign in to comment.