-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4a1fffa
commit ddf2bc3
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters