Skip to content

Commit 4cd2f04

Browse files
committed
refactor: Change default variable values
1 parent 7b0729f commit 4cd2f04

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
ARG PHP_VERSION=7.4
1+
ARG PHP_VERSION=8.1
22
FROM ghcr.io/friendsofshopware/platform-plugin-dev-base:${PHP_VERSION}
33

4-
ARG SHOPWARE_VERSION=dev-master
5-
ARG TEMPLATE_REPOSITORY=https://github.com/shopware/production
4+
ARG SHOPWARE_VERSION=dev-trunk
5+
ARG TEMPLATE_REPOSITORY=https://github.com/shopware/platform
66

77
ENV SHOPWARE_BUILD_DIR /opt/shopware
88

0 commit comments

Comments
 (0)