Skip to content

Commit b112774

Browse files
Update to 5.5.1
1 parent d447e82 commit b112774

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

php7.2/apache/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ RUN set -eux; \
9393
find /etc/apache2 -type f -name '*.conf' -exec sed -ri 's/([[:space:]]*LogFormat[[:space:]]+"[^"]*)%h([^"]*")/\1%a\2/g' '{}' +
9494

9595

96-
ENV WORDPRESS_VERSION 5.5
97-
ENV WORDPRESS_SHA1 03fe1a139b3cd987cc588ba95fab2460cba2a89e
96+
ENV WORDPRESS_VERSION 5.5.1
97+
ENV WORDPRESS_SHA1 d3316a4ffff2a12cf92fde8bfdd1ff8691e41931
9898

9999
RUN set -ex; \
100100
curl -o wordpress.tar.gz -fSL "https://wordpress.org/wordpress-${WORDPRESS_VERSION}.tar.gz"; \

php7.2/fpm-alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ RUN { \
6969
} > /usr/local/etc/php/conf.d/error-logging.ini
7070

7171

72-
ENV WORDPRESS_VERSION 5.5
73-
ENV WORDPRESS_SHA1 03fe1a139b3cd987cc588ba95fab2460cba2a89e
72+
ENV WORDPRESS_VERSION 5.5.1
73+
ENV WORDPRESS_SHA1 d3316a4ffff2a12cf92fde8bfdd1ff8691e41931
7474

7575
RUN set -ex; \
7676
curl -o wordpress.tar.gz -fSL "https://wordpress.org/wordpress-${WORDPRESS_VERSION}.tar.gz"; \

php7.2/fpm/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ RUN { \
7474
} > /usr/local/etc/php/conf.d/error-logging.ini
7575

7676

77-
ENV WORDPRESS_VERSION 5.5
78-
ENV WORDPRESS_SHA1 03fe1a139b3cd987cc588ba95fab2460cba2a89e
77+
ENV WORDPRESS_VERSION 5.5.1
78+
ENV WORDPRESS_SHA1 d3316a4ffff2a12cf92fde8bfdd1ff8691e41931
7979

8080
RUN set -ex; \
8181
curl -o wordpress.tar.gz -fSL "https://wordpress.org/wordpress-${WORDPRESS_VERSION}.tar.gz"; \

php7.3/apache/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ RUN set -eux; \
9494
find /etc/apache2 -type f -name '*.conf' -exec sed -ri 's/([[:space:]]*LogFormat[[:space:]]+"[^"]*)%h([^"]*")/\1%a\2/g' '{}' +
9595

9696

97-
ENV WORDPRESS_VERSION 5.5
98-
ENV WORDPRESS_SHA1 03fe1a139b3cd987cc588ba95fab2460cba2a89e
97+
ENV WORDPRESS_VERSION 5.5.1
98+
ENV WORDPRESS_SHA1 d3316a4ffff2a12cf92fde8bfdd1ff8691e41931
9999

100100
RUN set -ex; \
101101
curl -o wordpress.tar.gz -fSL "https://wordpress.org/wordpress-${WORDPRESS_VERSION}.tar.gz"; \

php7.3/fpm-alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ RUN { \
7070
} > /usr/local/etc/php/conf.d/error-logging.ini
7171

7272

73-
ENV WORDPRESS_VERSION 5.5
74-
ENV WORDPRESS_SHA1 03fe1a139b3cd987cc588ba95fab2460cba2a89e
73+
ENV WORDPRESS_VERSION 5.5.1
74+
ENV WORDPRESS_SHA1 d3316a4ffff2a12cf92fde8bfdd1ff8691e41931
7575

7676
RUN set -ex; \
7777
curl -o wordpress.tar.gz -fSL "https://wordpress.org/wordpress-${WORDPRESS_VERSION}.tar.gz"; \

php7.3/fpm/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ RUN { \
7575
} > /usr/local/etc/php/conf.d/error-logging.ini
7676

7777

78-
ENV WORDPRESS_VERSION 5.5
79-
ENV WORDPRESS_SHA1 03fe1a139b3cd987cc588ba95fab2460cba2a89e
78+
ENV WORDPRESS_VERSION 5.5.1
79+
ENV WORDPRESS_SHA1 d3316a4ffff2a12cf92fde8bfdd1ff8691e41931
8080

8181
RUN set -ex; \
8282
curl -o wordpress.tar.gz -fSL "https://wordpress.org/wordpress-${WORDPRESS_VERSION}.tar.gz"; \

php7.4/apache/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ RUN set -eux; \
9494
find /etc/apache2 -type f -name '*.conf' -exec sed -ri 's/([[:space:]]*LogFormat[[:space:]]+"[^"]*)%h([^"]*")/\1%a\2/g' '{}' +
9595

9696

97-
ENV WORDPRESS_VERSION 5.5
98-
ENV WORDPRESS_SHA1 03fe1a139b3cd987cc588ba95fab2460cba2a89e
97+
ENV WORDPRESS_VERSION 5.5.1
98+
ENV WORDPRESS_SHA1 d3316a4ffff2a12cf92fde8bfdd1ff8691e41931
9999

100100
RUN set -ex; \
101101
curl -o wordpress.tar.gz -fSL "https://wordpress.org/wordpress-${WORDPRESS_VERSION}.tar.gz"; \

php7.4/fpm-alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ RUN { \
7070
} > /usr/local/etc/php/conf.d/error-logging.ini
7171

7272

73-
ENV WORDPRESS_VERSION 5.5
74-
ENV WORDPRESS_SHA1 03fe1a139b3cd987cc588ba95fab2460cba2a89e
73+
ENV WORDPRESS_VERSION 5.5.1
74+
ENV WORDPRESS_SHA1 d3316a4ffff2a12cf92fde8bfdd1ff8691e41931
7575

7676
RUN set -ex; \
7777
curl -o wordpress.tar.gz -fSL "https://wordpress.org/wordpress-${WORDPRESS_VERSION}.tar.gz"; \

php7.4/fpm/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ RUN { \
7575
} > /usr/local/etc/php/conf.d/error-logging.ini
7676

7777

78-
ENV WORDPRESS_VERSION 5.5
79-
ENV WORDPRESS_SHA1 03fe1a139b3cd987cc588ba95fab2460cba2a89e
78+
ENV WORDPRESS_VERSION 5.5.1
79+
ENV WORDPRESS_SHA1 d3316a4ffff2a12cf92fde8bfdd1ff8691e41931
8080

8181
RUN set -ex; \
8282
curl -o wordpress.tar.gz -fSL "https://wordpress.org/wordpress-${WORDPRESS_VERSION}.tar.gz"; \

0 commit comments

Comments
 (0)