mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2025-12-10 18:32:41 +01:00
Add specify WP_VERSION in arguments
This commit is contained in:
@@ -8,6 +8,7 @@ WORKDIR "/wp"
|
||||
ENV UID 1000
|
||||
ENV GID 1000
|
||||
ENV WP_LOCALE "en_US"
|
||||
ENV WP_VERSION "5.8.0"
|
||||
ARG WP_VERSION "5.8.0"
|
||||
ENV WP_VERSION "${WP_VERSION}"
|
||||
|
||||
ENTRYPOINT ["/wp/entrypoint.sh"]
|
||||
|
||||
Reference in New Issue
Block a user