File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ RUN apk add --no-cache \
12
12
13
13
ENV NODE_ENV production
14
14
15
- ENV GHOST_CLI_VERSION 1.21.0
15
+ ENV GHOST_CLI_VERSION 1.21.1
16
16
RUN set -eux; \
17
17
npm install -g "ghost-cli@$GHOST_CLI_VERSION" ; \
18
18
npm cache clean --force
19
19
20
20
ENV GHOST_INSTALL /var/lib/ghost
21
21
ENV GHOST_CONTENT /var/lib/ghost/content
22
22
23
- ENV GHOST_VERSION 5.6 .0
23
+ ENV GHOST_VERSION 5.7 .0
24
24
25
25
RUN set -eux; \
26
26
mkdir -p "$GHOST_INSTALL" ; \
Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ RUN set -eux; \
36
36
37
37
ENV NODE_ENV production
38
38
39
- ENV GHOST_CLI_VERSION 1.21.0
39
+ ENV GHOST_CLI_VERSION 1.21.1
40
40
RUN set -eux; \
41
41
npm install -g "ghost-cli@$GHOST_CLI_VERSION" ; \
42
42
npm cache clean --force
43
43
44
44
ENV GHOST_INSTALL /var/lib/ghost
45
45
ENV GHOST_CONTENT /var/lib/ghost/content
46
46
47
- ENV GHOST_VERSION 5.6 .0
47
+ ENV GHOST_VERSION 5.7 .0
48
48
49
49
RUN set -eux; \
50
50
mkdir -p "$GHOST_INSTALL" ; \
You can’t perform that action at this time.
0 commit comments