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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Leder
webresetter-frontend
Commits
b83fb0b8
Commit
b83fb0b8
authored
Aug 8, 2023
by
Renovate Bot
Browse files
Options
Downloads
Patches
Plain Diff
Update public.ecr.aws/docker/library/composer:2.5.8 Docker digest to 83dd560
parent
19a32826
Branches
Branches containing commit
No related tags found
1 merge request
!114
Update public.ecr.aws/docker/library/composer:2.5.8 Docker digest to 83dd560
Pipeline
#21357
passed
Aug 8, 2023
Stage: test
Stage: build
Stage: bundle
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 @
b83fb0b8
...
@@ -4,7 +4,7 @@ COPY . ./
...
@@ -4,7 +4,7 @@ COPY . ./
RUN
yarn
install
--frozen-lockfile
&&
\
RUN
yarn
install
--frozen-lockfile
&&
\
yarn build
yarn build
FROM
--platform=$BUILDPLATFORM public.ecr.aws/docker/library/composer:2.5.8@sha256:
572a3d91b1233a8dc9397627f41832a6aa4d0dc63b18c1da816490e6b7f9536a
AS
buildPHP
FROM
--platform=$BUILDPLATFORM public.ecr.aws/docker/library/composer:2.5.8@sha256:
83dd5601c26ce83c14a6bb11b8e64b3bfa1829434ef1ceacf38040f5667443e8
AS
buildPHP
WORKDIR
/app
WORKDIR
/app
COPY
. ./
COPY
. ./
RUN
composer
install
--no-cache
--no-interaction
--prefer-dist
--ignore-platform-reqs
--optimize-autoloader
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