Skip to content

Commit 42bd7f6

Browse files
committed
fix: Legacy ENV syntax
1 parent bbeb881 commit 42bd7f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

alpine/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ghcr.io/friendsofshopware/platform-plugin-dev-base:${PHP_VERSION}-alpine
33

44
ARG SHOPWARE_VERSION=dev-trunk
55

6-
ENV SHOPWARE_BUILD_DIR /opt/shopware
6+
ENV SHOPWARE_BUILD_DIR=/opt/shopware
77

88
RUN \
99
if echo "${SHOPWARE_VERSION}" | grep -q '^v6.4.*'; then \

debian/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ghcr.io/friendsofshopware/platform-plugin-dev-base:${PHP_VERSION}-debian
33

44
ARG SHOPWARE_VERSION=dev-trunk
55

6-
ENV SHOPWARE_BUILD_DIR /opt/shopware
6+
ENV SHOPWARE_BUILD_DIR=/opt/shopware
77

88
RUN \
99
if echo "${SHOPWARE_VERSION}" | grep -q '^v6.4.*'; then \

0 commit comments

Comments
 (0)