mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-11-23 14:13:27 +01:00
Update WordPress 5.7.0 -> 5.7.1
This commit is contained in:
parent
789422cc4b
commit
61b490ac22
2
.github/workflows/image.yml
vendored
2
.github/workflows/image.yml
vendored
|
@ -16,4 +16,4 @@ jobs:
|
|||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
- name: Build image
|
||||
run: build/bin/build 5.7.0
|
||||
run: build/bin/build 5.7.1
|
|
@ -1,4 +1,4 @@
|
|||
ARG WP_VERSION=5.7.0
|
||||
ARG WP_VERSION=5.7.1
|
||||
FROM wordpress:${WP_VERSION}-php7.4-fpm-alpine AS wordpress-builder
|
||||
|
||||
USER root
|
||||
|
|
|
@ -8,6 +8,6 @@ WORKDIR "/wp"
|
|||
ENV UID 1000
|
||||
ENV GID 1000
|
||||
ENV WP_LOCALE "en_US"
|
||||
ENV WP_VERSION "5.7.0"
|
||||
ENV WP_VERSION "5.7.1"
|
||||
|
||||
ENTRYPOINT ["/wp/entrypoint.sh"]
|
Loading…
Reference in New Issue
Block a user