Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/dependabot/dependabot-updater-core
ARG COMPOSER_V1_VERSION=1.10.26
ARG COMPOSER_V2_VERSION=2.4.1
ARG COMPOSER_V2_VERSION=2.5.1
ENV COMPOSER_ALLOW_SUPERUSER=1
RUN apt-get update \
&& apt-get upgrade -y \
Expand Down
Loading