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 03c59c7 commit 38f1500Copy full SHA for 38f1500
3/alpine/Dockerfile
@@ -20,7 +20,7 @@ RUN set -eux; \
20
ENV GHOST_INSTALL /var/lib/ghost
21
ENV GHOST_CONTENT /var/lib/ghost/content
22
23
-ENV GHOST_VERSION 3.14.0
+ENV GHOST_VERSION 3.15.0
24
25
RUN set -eux; \
26
mkdir -p "$GHOST_INSTALL"; \
3/debian/Dockerfile
@@ -44,7 +44,7 @@ RUN set -eux; \
44
45
46
47
48
49
50
0 commit comments