Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
webresetter-frontend
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Leder
webresetter-frontend
Commits
575d1f40
Commit
575d1f40
authored
1 year ago
by
Renovate Bot
Browse files
Options
Downloads
Patches
Plain Diff
Update public.ecr.aws/docker/library/composer:2.6.6 Docker digest to 6d19e10
parent
fc7ba6c3
No related branches found
Branches containing commit
No related tags found
1 merge request
!238
Update public.ecr.aws/docker/library/composer:2.6.6 Docker digest to 6d19e10
Pipeline
#30947
failed
1 year ago
Stage: test
Stage: build
Stage: bundle
Changes
1
Pipelines
1
Hide 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 @
575d1f40
...
...
@@ -4,7 +4,7 @@ COPY . ./
RUN
yarn
install
--frozen-lockfile
&&
\
yarn build
FROM
--platform=$BUILDPLATFORM public.ecr.aws/docker/library/composer:2.6.6@sha256:
d07bd4ed939140ab9ef6e9d862da242cc8b27f3ef14701ca0f739bd287f2452e
AS
buildPHP
FROM
--platform=$BUILDPLATFORM public.ecr.aws/docker/library/composer:2.6.6@sha256:
6d19e1002b091908fc4654725d4055125f181c1b6d7610206b0ee31b8419a5fc
AS
buildPHP
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