Skip to content

Commit

Permalink
[JENKINS-48310] Upgrade docker-fixtures.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Dec 5, 2017
1 parent 199156a commit 5999e14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -178,7 +178,7 @@
<dependency>
<groupId>org.jenkins-ci.test</groupId>
<artifactId>docker-fixtures</artifactId>
<version>1.2</version>
<version>1.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
@@ -1,4 +1,4 @@
FROM jenkins/java:e3665dc1a362
FROM jenkins/java:fb8985ac2d90
RUN apt-get update -y && \
apt-get install --no-install-recommends -y \
python2.7=2.7.14-2ubuntu2 \
Expand Down

0 comments on commit 5999e14

Please sign in to comment.