Skip to content

Commit

Permalink
fix: docker deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Oct 29, 2024
1 parent 3b0e4bb commit 3c1c5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.base
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/shyim/wolfi-php/base:latest
ARG PHP_VERSION=8.2

LABEL org.opencontainers.image.source https://github.com/FriendsOfShopware/shopware-cli
LABEL org.opencontainers.image.source=https://github.com/FriendsOfShopware/shopware-cli
COPY --from=composer/composer:2-bin /composer /usr/bin/composer

RUN <<EOF
Expand Down

0 comments on commit 3c1c5aa

Please # to comment.