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 f7fb70a commit b9cd69eCopy full SHA for b9cd69e
5/alpine/Dockerfile
@@ -19,7 +19,7 @@ RUN set -eux; \
19
ENV GHOST_INSTALL /var/lib/ghost
20
ENV GHOST_CONTENT /var/lib/ghost/content
21
22
-ENV GHOST_VERSION 5.85.2
+ENV GHOST_VERSION 5.86.0
23
24
RUN set -eux; \
25
mkdir -p "$GHOST_INSTALL"; \
5/debian/Dockerfile
@@ -43,7 +43,7 @@ RUN set -eux; \
43
44
45
46
47
48
49
0 commit comments