Skip to content

Commit 6d8bb14

Browse files
committed
Update dockerfile
1 parent d80406b commit 6d8bb14

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docker/x86_64/centos/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM centos
22

33
RUN yum install -y curl rpm-build
4-
RUN curl --silent --location https://rpm.nodesource.com/setup_7.x | bash -
4+
RUN curl --silent --location https://rpm.nodesource.com/setup_10.x | bash -
55
RUN yum -y install nodejs
66
RUN npm install -g gulp-cli

docker/x86_64/ubuntu/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ubuntu
22

33
RUN apt-get update
4-
RUN apt-get install -y curl fakeroot dpkg
5-
RUN curl -sL https://deb.nodesource.com/setup_7.x | bash - && apt-get install -y nodejs
4+
RUN apt-get install -y curl fakeroot dpkg gnupg
5+
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && apt-get install -y nodejs
66
RUN npm install -g gulp-cli

electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "Jenia",
44
"version": "0.4.0",
55
"description": "Jenia is a simple cross-platform GUI client for Jenkins CI. Built on Electron.",
6-
"homepage": "https://jenia.pl/",
6+
"homepage": "https://github.com/roman0x58/jenia/",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/roman0x58/jenia"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "Jenia",
44
"version": "0.4.0",
55
"description": "Jenia is a simple cross-platform GUI client for Jenkins CI. Built on Electron.",
6-
"homepage": "https://jenia.pl/",
6+
"homepage": "https://github.com/roman0x58/jenia/",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/roman0x58/jenia"

0 commit comments

Comments
 (0)