We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41e4c7c commit fa62084Copy full SHA for fa62084
5/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 5.17.2
+ENV GHOST_VERSION 5.18.0
24
25
RUN set -eux; \
26
mkdir -p "$GHOST_INSTALL"; \
5/debian/Dockerfile
@@ -44,7 +44,7 @@ RUN set -eux; \
44
45
46
47
48
49
50
0 commit comments