We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9338841 commit 6f86e79Copy full SHA for 6f86e79
1/alpine/Dockerfile
@@ -17,7 +17,7 @@ RUN npm install -g "ghost-cli@$GHOST_CLI_VERSION"
17
ENV GHOST_INSTALL /var/lib/ghost
18
ENV GHOST_CONTENT /var/lib/ghost/content
19
20
-ENV GHOST_VERSION 1.17.1
+ENV GHOST_VERSION 1.17.2
21
22
RUN set -ex; \
23
mkdir -p "$GHOST_INSTALL"; \
1/debian/Dockerfile
@@ -22,7 +22,7 @@ RUN npm install -g "ghost-cli@$GHOST_CLI_VERSION"
24
25
26
27
28
0 commit comments