Skip to content

Commit

Permalink
Merge branch 'release/v2.319.2-2'
Browse files Browse the repository at this point in the history
  • Loading branch information
sklein94 authored and cesmarvin committed Feb 7, 2022
2 parents 6700706 + 8cb6d47 commit 4269f7f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v2.319.2-2] - 2022-02-07
### Changed
- Update to OpenJDK 11.0.14 (Base image: [v11.0.14-1](https://github.com/cloudogu/java/releases/tag/v11.0.14-1))

## [v2.319.2-1] - 2022-01-14
### Changed
- Upgrade to Jenkins 2.319.2 #101
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# cesi/scm
FROM registry.cloudogu.com/official/java:11.0.11-2
FROM registry.cloudogu.com/official/java:11.0.14-1

LABEL NAME="official/jenkins" \
VERSION="2.319.2-1" \
VERSION="2.319.2-2" \
maintainer="hello@cloudogu.com"

# jenkins home configuration
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.319.2-1",
"Version": "2.319.2-2",
"DisplayName": "Jenkins CI",
"Description": "Jenkins Continuous Integration Server",
"Category": "Development Apps",
Expand Down

0 comments on commit 4269f7f

Please sign in to comment.