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 c893ec6 commit 367a5c4Copy full SHA for 367a5c4
6/alpine/Dockerfile
@@ -47,7 +47,7 @@ RUN set -eux; \
47
ENV GHOST_INSTALL /var/lib/ghost
48
ENV GHOST_CONTENT /var/lib/ghost/content
49
50
-ENV GHOST_VERSION 6.0.1
+ENV GHOST_VERSION 6.0.2
51
52
RUN set -eux; \
53
mkdir -p "$GHOST_INSTALL"; \
6/debian/Dockerfile
@@ -43,7 +43,7 @@ RUN set -eux; \
43
44
45
46
0 commit comments