Skip to content

Commit 846a4ad

Browse files
authored
Merge pull request #44 from dduportal/master
Update to latest debian jessie
2 parents 99a1d82 + d4e753c commit 846a4ad

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM debian:wheezy
1+
FROM debian:jessie
22
MAINTAINER Damien DUPORTAL <[email protected]>
33
MAINTAINER Jean-Marc MEESSEN <[email protected]>
44

55
ENV DEBIAN_FRONTEND noninteractive
6-
ENV IDEA_VERSION=14.1.1
7-
ENV MAVEN_VERSION=3.2.5
8-
ENV FIREFOX_VERSION=37.0.2
6+
ENV IDEA_VERSION=2016.1.4
7+
ENV MAVEN_VERSION=3.3.9
8+
ENV FIREFOX_VERSION=48.0.1
99

1010
COPY configs/x2go.list /etc/apt/sources.list.d/x2go.list
1111
COPY configs/idea.desktop /usr/share/applications/idea.desktop

configs/x2go.list

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# X2Go Repository (release builds)
2-
deb http://packages.x2go.org/debian wheezy main
2+
deb http://packages.x2go.org/debian jessie main
33
# X2Go Repository (sources of release builds)
4-
deb-src http://packages.x2go.org/debian wheezy main
4+
deb-src http://packages.x2go.org/debian jessie main

0 commit comments

Comments
 (0)