Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
typo3
CI
testing-infrastructure
Commits
ad87b9d8
Commit
ad87b9d8
authored
Oct 07, 2019
by
Andreas Fernandez
Browse files
[TASK] Use node:12 base container
Resolves: DEV-375
parent
7717914d
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
ad87b9d8
...
...
@@ -11,4 +11,5 @@ build_php71
build_php72
build_php73
build_bamboo
.idea
\ No newline at end of file
build_js
.idea
Makefile
View file @
ad87b9d8
...
...
@@ -63,7 +63,7 @@ FULLVERSION_PHP73=$(MAJOR_PHP73).$(MINOR_PHP73).$(PATCHLEVEL_PHP73)
SHORTVERSION_PHP73
=
$(MAJOR_PHP73)
.
$(MINOR_PHP73)
NAME_JS
=
typo3gmbh/js
MAJOR_JS
=
1
MAJOR_JS
=
2
MINOR_JS
=
0
PATCHLEVEL_JS
=
0
FULLVERSION_JS
=
$(MAJOR_JS)
.
$(MINOR_JS)
.
$(PATCHLEVEL_JS)
...
...
js/Dockerfile
View file @
ad87b9d8
FROM
node:
8
FROM
node:
12
MAINTAINER
TYPO3 GmbH <info@typo3.com>
ADD
. /pd_build
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment