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
10ef30e0
Commit
10ef30e0
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 1f88162
parent
9907fdcd
No related branches found
No related tags found
Loading
Pipeline
#29172
passed
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 @
10ef30e0
...
...
@@ -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:
7f42b1495c62246a92c8271dcc9352afe58440b518225366e44563892fba122c
AS
buildPHP
FROM
--platform=$BUILDPLATFORM public.ecr.aws/docker/library/composer:2.6.6@sha256:
1f88162f6d30fe394990edd298f181f66e8a4ba36d3e102213c2d4a8eb8654a5
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