Skip to content

Commit 779bfe0

Browse files
cbeyer42cesmarvin
authored andcommitted
Merge branch 'release/v1.21.5-5'
2 parents 45d8d6f + dc80a18 commit 779bfe0

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [v1.21.5-5] - 2022-05-25
11+
### Changed
12+
- Update warp-menu to v1.5.0
13+
1014
## [v1.21.5-4] - 2022-04-06
1115
### Changed
1216
- Upgrade base image to 3.15.3-1; #56

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ RUN set -x -o errexit \
2626
FROM registry.cloudogu.com/official/base:3.15.3-1
2727
LABEL maintainer="hello@cloudogu.com" \
2828
NAME="official/nginx" \
29-
VERSION="1.21.5-4"
29+
VERSION="1.21.5-5"
3030

3131
ENV CES_CONFD_VERSION=0.6.0 \
3232
CES_CONFD_TAR_SHA256="069d45503149d67585e7ff15ce5cb1fe125c4cda4f69230dbf65851ccd88ad58" \
33-
WARP_MENU_VERSION=1.4.0 \
34-
WARP_MENU_TAR_SHA256="51febb14ce984bf6f7486d212b3ef8a8fa38ff594bac7d764347778b6eb681a9" \
33+
WARP_MENU_VERSION=1.5.0 \
34+
WARP_MENU_TAR_SHA256="cfdd504a03aab8e5e4a33135d953b10aeba4816da5f549ddb1eb6ee593399826" \
3535
CES_ABOUT_VERSION=0.2.2 \
3636
CES_ABOUT_TAR_SHA256="9926649be62d8d4667b2e7e6d1e3a00ebec1c4bbc5b80a0e830f7be21219d496" \
3737
CES_THEME_VERSION=v0.7.0 \

dogu.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "official/nginx",
3-
"Version": "1.21.5-4",
3+
"Version": "1.21.5-5",
44
"DisplayName": "Nginx",
55
"Description": "Nginx WebServer.",
66
"Logo": "https://cloudogu.com/images/dogus/nginx.png",

warp.zip

-13.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)