Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Update alpine_3_18/composer to v2.6.4-r0 #398

Merged
merged 1 commit into from
Oct 1, 2023
Merged
Changes from all 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
⬆️ Update alpine_3_18/composer to v2.6.4-r0
  • Loading branch information
renovate[bot] authored Sep 30, 2023
commit 30954904b7389e3f43638b85cbbe62ff791b2249
2 changes: 1 addition & 1 deletion grocy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG GROCY_VERSION="v4.0.3"
# hadolint ignore=DL3003
RUN \
apk add --no-cache \
composer=2.5.8-r0 \
composer=2.6.4-r0 \
nginx=1.24.0-r6 \
patch=2.7.6-r10 \
php81-ctype=8.1.23-r0 \
Expand Down