Skip to content

Commit cb824a5

Browse files
author
Michael Pritchard
committed
update version 1.1.9
1 parent 754f4e2 commit cb824a5

File tree

14 files changed

+41
-41
lines changed

14 files changed

+41
-41
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Docker + Winter CMS
44

5-
[![Docker Hub Pulls](https://img.shields.io/docker/pulls/hiltonbanes/wintercms.svg)](https://hub.docker.com/r/hiltonbanes/wintercms/) [![Winter CMS Build v1.1.8](https://img.shields.io/badge/Winter%20CMS%20Build-v1.1.8-red.svg)](https://github.com/wintercms/winter)
5+
[![Docker Hub Pulls](https://img.shields.io/docker/pulls/hiltonbanes/wintercms.svg)](https://hub.docker.com/r/hiltonbanes/wintercms/) [![Winter CMS Build v1.1.9](https://img.shields.io/badge/Winter%20CMS%20Build-v1.1.9-red.svg)](https://github.com/wintercms/winter)
66

77
[![Buy me a tree](https://img.shields.io/badge/Buy%20me%20a%20tree-%F0%9F%8C%B3-green)](https://ecologi.com/mik-p-online?gift-trees)
88
[![Plant a Tree for Production](https://img.shields.io/badge/dynamic/json?color=brightgreen&label=Plant%20Tree&query=%24.total&url=https%3A%2F%2Fpublic.offset.earth%2Fusers%2Ftreeware%2Ftrees)](https://plant.treeware.earth/mik-p/docker-wintercms)
@@ -23,12 +23,12 @@ Based on [official docker PHP images](https://hub.docker.com/_/php), images incl
2323

2424
## Supported Tags
2525

26-
- `build.v1.1.8-php7.4-apache`, `php7.4-apache`: [php7.4/apache/Dockerfile](https://github.com/mik-p/docker-wintercms/blob/master/php7.4/apache/Dockerfile)
27-
- `build.v1.1.8-php7.4-fpm`, `php7.4-fpm`: [php7.4/fpm/Dockerfile](https://github.com/mik-p/docker-wintercms/blob/master/php7.4/fpm/Dockerfile)
28-
- `build.v1.1.8-php7.3-apache`, `php7.3-apache`: [php7.3/apache/Dockerfile](https://github.com/mik-p/docker-wintercms/blob/master/php7.3/apache/Dockerfile)
29-
- `build.v1.1.8-php7.3-fpm`, `php7.3-fpm`: [php7.3/fpm/Dockerfile](https://github.com/mik-p/docker-wintercms/blob/master/php7.3/fpm/Dockerfile)
30-
- `build.v1.1.8-php7.2-apache`, `php7.2-apache`, `build.v1.1.8`, `latest`: [php7.2/apache/Dockerfile](https://github.com/mik-p/docker-wintercms/blob/master/php7.2/apache/Dockerfile)
31-
- `build.v1.1.8-php7.2-fpm`, `php7.2-fpm`: [php7.2/fpm/Dockerfile](https://github.com/mik-p/docker-wintercms/blob/master/php7.2/fpm/Dockerfile)
26+
- `build.v1.1.9-php7.4-apache`, `php7.4-apache`: [php7.4/apache/Dockerfile](https://github.com/mik-p/docker-wintercms/blob/master/php7.4/apache/Dockerfile)
27+
- `build.v1.1.9-php7.4-fpm`, `php7.4-fpm`: [php7.4/fpm/Dockerfile](https://github.com/mik-p/docker-wintercms/blob/master/php7.4/fpm/Dockerfile)
28+
- `build.v1.1.9-php7.3-apache`, `php7.3-apache`: [php7.3/apache/Dockerfile](https://github.com/mik-p/docker-wintercms/blob/master/php7.3/apache/Dockerfile)
29+
- `build.v1.1.9-php7.3-fpm`, `php7.3-fpm`: [php7.3/fpm/Dockerfile](https://github.com/mik-p/docker-wintercms/blob/master/php7.3/fpm/Dockerfile)
30+
- `build.v1.1.9-php7.2-apache`, `php7.2-apache`, `build.v1.1.9`, `latest`: [php7.2/apache/Dockerfile](https://github.com/mik-p/docker-wintercms/blob/master/php7.2/apache/Dockerfile)
31+
- `build.v1.1.9-php7.2-fpm`, `php7.2-fpm`: [php7.2/fpm/Dockerfile](https://github.com/mik-p/docker-wintercms/blob/master/php7.2/fpm/Dockerfile)
3232

3333

3434
### Develop Tags

php7.2/apache/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ RUN a2enmod rewrite
3535

3636
COPY config/docker /usr/src/wintercms-config-docker
3737

38-
ENV WINTERCMS_TAG v1.1.8
39-
ENV WINTERCMS_CHECKSUM 45bc2f105dcd004ddd37e7d0389c997daaf66cdc
40-
ENV WINTERCMS_CORE_BUILD v1.1.8
38+
ENV WINTERCMS_TAG v1.1.9
39+
ENV WINTERCMS_CHECKSUM fd77b3411ff610ed2185a3ececd075c310f26093
40+
ENV WINTERCMS_CORE_BUILD v1.1.9
4141

4242
RUN git clone https://github.com/wintercms/winter.git -b $WINTERCMS_TAG --depth 1 . && \
4343
# match build dependencies

php7.2/apache/Dockerfile.develop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ RUN a2enmod rewrite
4242
COPY config/docker /usr/src/wintercms-config-docker
4343

4444
ENV WINTERCMS_TAG develop
45-
ENV WINTERCMS_DEVELOP_CHECKSUM d9b17270d4f188ebbf3fe9d8dff97515fa1e72c5
46-
ENV WINTERCMS_DEVELOP_COMMIT f58633cd458937ac20d07d672a77ebc28264224a
45+
ENV WINTERCMS_DEVELOP_CHECKSUM 4a29c74f016dceeb2636adb1befa47cc2e3627e3
46+
ENV WINTERCMS_DEVELOP_COMMIT ed933b4d2e4213dee8917b9d3b645f6d24449a0b
4747

4848
RUN git clone https://github.com/wintercms/winter.git -b $WINTERCMS_TAG . && \
4949
# download dependencies

php7.2/fpm/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ RUN curl -sS https://getcomposer.org/installer | php -- --2 --install-dir=/usr/l
3535

3636
COPY config/docker /usr/src/wintercms-config-docker
3737

38-
ENV WINTERCMS_TAG v1.1.8
39-
ENV WINTERCMS_CHECKSUM 45bc2f105dcd004ddd37e7d0389c997daaf66cdc
40-
ENV WINTERCMS_CORE_BUILD v1.1.8
38+
ENV WINTERCMS_TAG v1.1.9
39+
ENV WINTERCMS_CHECKSUM fd77b3411ff610ed2185a3ececd075c310f26093
40+
ENV WINTERCMS_CORE_BUILD v1.1.9
4141

4242
RUN git clone https://github.com/wintercms/winter.git -b $WINTERCMS_TAG --depth 1 . && \
4343
# match build dependencies

php7.2/fpm/Dockerfile.develop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ RUN curl -sS https://getcomposer.org/installer | php -- --2 --install-dir=/usr/l
4242
COPY config/docker /usr/src/wintercms-config-docker
4343

4444
ENV WINTERCMS_TAG develop
45-
ENV WINTERCMS_DEVELOP_CHECKSUM d9b17270d4f188ebbf3fe9d8dff97515fa1e72c5
46-
ENV WINTERCMS_DEVELOP_COMMIT f58633cd458937ac20d07d672a77ebc28264224a
45+
ENV WINTERCMS_DEVELOP_CHECKSUM 4a29c74f016dceeb2636adb1befa47cc2e3627e3
46+
ENV WINTERCMS_DEVELOP_COMMIT ed933b4d2e4213dee8917b9d3b645f6d24449a0b
4747

4848
RUN git clone https://github.com/wintercms/winter.git -b $WINTERCMS_TAG . && \
4949
# download dependencies

php7.3/apache/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ RUN a2enmod rewrite
3535

3636
COPY config/docker /usr/src/wintercms-config-docker
3737

38-
ENV WINTERCMS_TAG v1.1.8
39-
ENV WINTERCMS_CHECKSUM 45bc2f105dcd004ddd37e7d0389c997daaf66cdc
40-
ENV WINTERCMS_CORE_BUILD v1.1.8
38+
ENV WINTERCMS_TAG v1.1.9
39+
ENV WINTERCMS_CHECKSUM fd77b3411ff610ed2185a3ececd075c310f26093
40+
ENV WINTERCMS_CORE_BUILD v1.1.9
4141

4242
RUN git clone https://github.com/wintercms/winter.git -b $WINTERCMS_TAG --depth 1 . && \
4343
# match build dependencies

php7.3/apache/Dockerfile.develop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ RUN a2enmod rewrite
4242
COPY config/docker /usr/src/wintercms-config-docker
4343

4444
ENV WINTERCMS_TAG develop
45-
ENV WINTERCMS_DEVELOP_CHECKSUM d9b17270d4f188ebbf3fe9d8dff97515fa1e72c5
46-
ENV WINTERCMS_DEVELOP_COMMIT f58633cd458937ac20d07d672a77ebc28264224a
45+
ENV WINTERCMS_DEVELOP_CHECKSUM 4a29c74f016dceeb2636adb1befa47cc2e3627e3
46+
ENV WINTERCMS_DEVELOP_COMMIT ed933b4d2e4213dee8917b9d3b645f6d24449a0b
4747

4848
RUN git clone https://github.com/wintercms/winter.git -b $WINTERCMS_TAG . && \
4949
# download dependencies

php7.3/fpm/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ RUN curl -sS https://getcomposer.org/installer | php -- --2 --install-dir=/usr/l
3535

3636
COPY config/docker /usr/src/wintercms-config-docker
3737

38-
ENV WINTERCMS_TAG v1.1.8
39-
ENV WINTERCMS_CHECKSUM 45bc2f105dcd004ddd37e7d0389c997daaf66cdc
40-
ENV WINTERCMS_CORE_BUILD v1.1.8
38+
ENV WINTERCMS_TAG v1.1.9
39+
ENV WINTERCMS_CHECKSUM fd77b3411ff610ed2185a3ececd075c310f26093
40+
ENV WINTERCMS_CORE_BUILD v1.1.9
4141

4242
RUN git clone https://github.com/wintercms/winter.git -b $WINTERCMS_TAG --depth 1 . && \
4343
# match build dependencies

php7.3/fpm/Dockerfile.develop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ RUN curl -sS https://getcomposer.org/installer | php -- --2 --install-dir=/usr/l
4242
COPY config/docker /usr/src/wintercms-config-docker
4343

4444
ENV WINTERCMS_TAG develop
45-
ENV WINTERCMS_DEVELOP_CHECKSUM d9b17270d4f188ebbf3fe9d8dff97515fa1e72c5
46-
ENV WINTERCMS_DEVELOP_COMMIT f58633cd458937ac20d07d672a77ebc28264224a
45+
ENV WINTERCMS_DEVELOP_CHECKSUM 4a29c74f016dceeb2636adb1befa47cc2e3627e3
46+
ENV WINTERCMS_DEVELOP_COMMIT ed933b4d2e4213dee8917b9d3b645f6d24449a0b
4747

4848
RUN git clone https://github.com/wintercms/winter.git -b $WINTERCMS_TAG . && \
4949
# download dependencies

php7.4/apache/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ RUN a2enmod rewrite
3535

3636
COPY config/docker /usr/src/wintercms-config-docker
3737

38-
ENV WINTERCMS_TAG v1.1.8
39-
ENV WINTERCMS_CHECKSUM 45bc2f105dcd004ddd37e7d0389c997daaf66cdc
40-
ENV WINTERCMS_CORE_BUILD v1.1.8
38+
ENV WINTERCMS_TAG v1.1.9
39+
ENV WINTERCMS_CHECKSUM fd77b3411ff610ed2185a3ececd075c310f26093
40+
ENV WINTERCMS_CORE_BUILD v1.1.9
4141

4242
RUN git clone https://github.com/wintercms/winter.git -b $WINTERCMS_TAG --depth 1 . && \
4343
# match build dependencies

0 commit comments

Comments
 (0)