Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
U
URL Shorter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Leder
URL Shorter
Commits
543b571e
Commit
543b571e
authored
2 months ago
by
Jonas Leder
Browse files
Options
Downloads
Plain Diff
Merge branch 'renovate/composer-2.8.9' into 'main'
Update composer:2.8.9 Docker digest to eec936b See merge request
!635
parents
e1585f7e
22530311
Branches
Branches containing commit
No related tags found
1 merge request
!635
Update composer:2.8.9 Docker digest to eec936b
Pipeline
#66748
passed
2 months ago
Stage: test
Stage: build
Stage: bundle
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
1 addition
and
1 deletion
Dockerfile
+
1
−
1
View file @
543b571e
...
...
@@ -4,7 +4,7 @@ COPY . ./
RUN
yarn
install
--frozen-lockfile
&&
\
yarn build
FROM
--platform=$BUILDPLATFORM composer:2.8.9@sha256:
623d15a4aae78c868a35c3942add4bb9b2f98e4a3ec26e1928c84df14695d4b0
AS
build_php
FROM
--platform=$BUILDPLATFORM composer:2.8.9@sha256:
eec936bdc4364a9f3f5984ef8764f10f67a5c4ffb127ac7d151d651b3611b4a8
AS
build_php
WORKDIR
/app
COPY
. ./
RUN
composer
install
--no-cache
--no-interaction
--prefer-dist
--ignore-platform-reqs
--optimize-autoloader
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment