Skip to content

Commit 188665a

Browse files
committed
revert ARG stuff
1 parent 0918cde commit 188665a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
#syntax=docker/dockerfile:1.4
22

3+
ARG BASE_IMAGE=shopware/docker-base:8.3
4+
35
# pin versions
4-
FROM ghcr.io/shopware/docker-base:8.3 AS base-image
6+
FROM ${BASE_IMAGE} as base-image
57
FROM ghcr.io/shopware/shopware-cli:latest-php-8.3 AS shopware-cli
68

79
# build

0 commit comments

Comments
 (0)