Skip to content

Commit 7f65cdc

Browse files
tianonJoeeGrigg
authored andcommitted
Update to 6.0.0 (GA)
1 parent 7766a0f commit 7f65cdc

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

6-rc/alpine/Dockerfile renamed to 6/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN set -eux; \
4747
ENV GHOST_INSTALL /var/lib/ghost
4848
ENV GHOST_CONTENT /var/lib/ghost/content
4949

50-
ENV GHOST_VERSION 6.0.0-rc.3
50+
ENV GHOST_VERSION 6.0.0
5151

5252
RUN set -eux; \
5353
mkdir -p "$GHOST_INSTALL"; \
File renamed without changes.

6-rc/debian/Dockerfile renamed to 6/debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN set -eux; \
4343
ENV GHOST_INSTALL /var/lib/ghost
4444
ENV GHOST_CONTENT /var/lib/ghost/content
4545

46-
ENV GHOST_VERSION 6.0.0-rc.3
46+
ENV GHOST_VERSION 6.0.0
4747

4848
RUN set -eux; \
4949
mkdir -p "$GHOST_INSTALL"; \
File renamed without changes.

generate-stackbrew-library.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -eu
33

44
declare -A aliases=(
5-
[5]='latest'
5+
[6]='latest'
66
)
77
defaultVariant='debian'
88

0 commit comments

Comments
 (0)