File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,18 +2,18 @@ FROM gitpod/workspace-full:latest
2
2
3
3
# Magento Config
4
4
ENV INSTALL_MAGENTO YES
5
- ENV MAGENTO_VERSION 2.4.6
5
+ ENV MAGENTO_VERSION 2.4.7
6
6
ENV MAGENTO_ADMIN_EMAIL admin@magento.com
7
7
ENV MAGENTO_ADMIN_PASSWORD password1
8
8
ENV MAGENTO_ADMIN_USERNAME admin
9
9
ENV MAGENTO_COMPOSER_AUTH_USER 64229a8ef905329a184da4f174597d25
10
10
ENV MAGENTO_COMPOSER_AUTH_PASS a0df0bec06011c7f1e8ea8833ca7661e
11
11
12
12
# Platform Config
13
- ENV PHP_VERSION 8.2
13
+ ENV PHP_VERSION 8.3
14
14
ENV PERCONA_MAJOR 5.7
15
- ENV ELASTICSEARCH_VERSION 7.9.3
16
- ENV COMPOSER_VERSION 2.3.5
15
+ ENV ELASTICSEARCH_VERSION 8.11
16
+ ENV COMPOSER_VERSION 2.7.6
17
17
ENV NODE_VERSION 14.17.3
18
18
ENV MYSQL_ROOT_PASSWORD nem4540
19
19
ENV XDEBUG_DEFAULT_ENABLED YES
You can’t perform that action at this time.
0 commit comments