We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0918cde commit 188665aCopy full SHA for 188665a
Dockerfile
@@ -1,7 +1,9 @@
1
#syntax=docker/dockerfile:1.4
2
3
+ARG BASE_IMAGE=shopware/docker-base:8.3
4
+
5
# pin versions
-FROM ghcr.io/shopware/docker-base:8.3 AS base-image
6
+FROM ${BASE_IMAGE} as base-image
7
FROM ghcr.io/shopware/shopware-cli:latest-php-8.3 AS shopware-cli
8
9
# build
0 commit comments