Skip to content

Commit

Permalink
Bump Jenkins to v2.121.3
Browse files Browse the repository at this point in the history
  • Loading branch information
robertauer committed Aug 20, 2018
1 parent 4a1fffa commit ddf2bc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM registry.cloudogu.com/official/java:8u151-3

LABEL NAME="official/jenkins" \
VERSION="2.121.2" \
VERSION="2.121.3" \
maintainer="[email protected]"
# Dockerfile based on https://github.com/cloudbees/jenkins-ci.org-docker/blob/f313389f8ab728d7b4207da36804ea54415c830b/1.580.1/Dockerfile

Expand All @@ -11,7 +11,7 @@ ENV JENKINS_HOME=/var/lib/jenkins \
# mark as webapp for nginx
SERVICE_TAGS=webapp \
# jenkins version
JENKINS_VERSION=2.121.2 \
JENKINS_VERSION=2.121.3 \
# glibc for alpine version
GLIBC_VERSION=2.27-r0

Expand Down
2 changes: 1 addition & 1 deletion dogu.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Name": "official/jenkins",
"Version": "2.121.2-1",
"Version": "2.121.3-1",
"DisplayName": "Jenkins CI",
"Description": "Jenkins Continious Integration Server",
"Category": "Development Apps",
Expand Down

0 comments on commit ddf2bc3

Please sign in to comment.