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
8fc2c1d5
Commit
8fc2c1d5
authored
1 year ago
by
Renovate Bot
Browse files
Options
Downloads
Patches
Plain Diff
Update composer Docker tag to v2.5.8
parent
8937e8de
No related branches found
No related tags found
1 merge request
!61
Update composer Docker tag to v2.5.8
Pipeline
#18439
passed
1 year ago
Stage: test
Stage: build
Stage: bundle
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
2
−
2
View file @
8fc2c1d5
...
...
@@ -7,7 +7,7 @@ variables:
PHPstan
:
stage
:
test
image
:
composer:2.5.
7
image
:
composer:2.5.
8
before_script
:
-
composer install --ignore-platform-reqs
script
:
...
...
@@ -77,7 +77,7 @@ Webpack:
Composer
:
stage
:
build
image
:
composer:2.5.
7
image
:
composer:2.5.
8
script
:
-
apk add php-cli composer php-gd php-ctype php-xml php-simplexml php-xmlwriter php-tokenizer php-session php-dom php-mysqli php-pdo_mysql
-
composer install --optimize-autoloader
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
1
−
1
View file @
8fc2c1d5
...
...
@@ -4,7 +4,7 @@ COPY . ./
RUN
yarn
install
--frozen-lockfile
&&
\
yarn build
FROM
--platform=$BUILDPLATFORM composer:2.5.
7
@sha256:
ceefb734b18f081865dc00219eb50309bff741327553239a2b66ee0726a56ced
as
buildPHP
FROM
--platform=$BUILDPLATFORM composer:2.5.
8
@sha256:
64d484b3819da453729e5a2962747fc2dc7e3def1e0161167a4985eb488c10ab
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