mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-11-23 13:03:28 +01:00
Update WordPress 5.6.1 -> 5.6.2
This commit is contained in:
parent
7af877e840
commit
a61b1c90dd
2
.github/workflows/image.yml
vendored
2
.github/workflows/image.yml
vendored
|
@ -16,4 +16,4 @@ jobs:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
- name: Build image
|
- name: Build image
|
||||||
run: bin/build 5.6.1
|
run: bin/build 5.6.2
|
|
@ -1,4 +1,4 @@
|
||||||
ARG WP_VERSION=5.6.1
|
ARG WP_VERSION=5.6.2
|
||||||
FROM wordpress:${WP_VERSION}-php7.4-fpm-alpine AS wordpress-builder
|
FROM wordpress:${WP_VERSION}-php7.4-fpm-alpine AS wordpress-builder
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
|
Loading…
Reference in New Issue
Block a user