mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2025-12-10 17:22:41 +01:00
Update WordPress 5.6.1 -> 5.6.2
This commit is contained in:
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: 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
|
||||
|
||||
USER root
|
||||
|
||||
Reference in New Issue
Block a user