Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Commit

Permalink
Upgrade: Use jenkins-dind v2.204.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroamador committed Mar 8, 2020
1 parent 7ca99cc commit f4a5ec1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml.sample
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.7'
services:
jenkins:
image: teecke/gp-jenkins:0.5.0
image: teecke/gp-jenkins:0.6.0
build: jenkins
ports:
- 8080:8080
Expand Down
2 changes: 1 addition & 1 deletion jenkins/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM teecke/jenkins-dind:2.204.4
FROM teecke/jenkins-dind:2.204.5

# Packages
RUN apk add --no-cache rsync openjdk8 jq libxml2-utils docker-compose
Expand Down

0 comments on commit f4a5ec1

Please sign in to comment.