Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Jan 29, 2024
1 parent c818210 commit 793f86b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#syntax=docker/dockerfile:1.4

ARG BASE_IMAGE=shopware/docker-base:8.3

# pin versions
FROM shopware/docker-base:8.3 as base-image
FROM ${BASE_IMAGE} as base-image
FROM ghcr.io/friendsofshopware/shopware-cli:latest-php-8.3 as shopware-cli

# build
Expand Down

0 comments on commit 793f86b

Please sign in to comment.