We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b0729f commit 4cd2f04Copy full SHA for 4cd2f04
1 file changed
Dockerfile
@@ -1,8 +1,8 @@
1
-ARG PHP_VERSION=7.4
+ARG PHP_VERSION=8.1
2
FROM ghcr.io/friendsofshopware/platform-plugin-dev-base:${PHP_VERSION}
3
4
-ARG SHOPWARE_VERSION=dev-master
5
-ARG TEMPLATE_REPOSITORY=https://github.com/shopware/production
+ARG SHOPWARE_VERSION=dev-trunk
+ARG TEMPLATE_REPOSITORY=https://github.com/shopware/platform
6
7
ENV SHOPWARE_BUILD_DIR /opt/shopware
8
0 commit comments