Skip to content

Commit 094a798

Browse files
ppxlcesmarvin
authored andcommitted
Merge branch 'release/v1.17.10-7'
2 parents f146d2a + 8bff82d commit 094a798

3 files changed

Lines changed: 11 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [v1.17.10-7] - 2021-06-17
11+
### Changed
12+
- Update warp-menu version to v1.2.0 and add link to Cloudogu docs (#47)
13+
1014
## [v1.17.10-6] - 2021-06-04
1115
### Changed
12-
- Remove duplicated volume declaration; #45
16+
- Remove duplicated volume declaration (#45)
1317

1418
## [v1.17.10-5] - 2021-04-20
1519
## Changed

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ RUN set -x \
1919
&& rm -rf /var/cache/apk/* /build
2020

2121

22-
FROM registry.cloudogu.com/official/base:3.10.3-2
23-
LABEL maintainer="sebastian.sdorra@cloudogu.com" \
22+
FROM registry.cloudogu.com/official/base:3.12.4-1
23+
LABEL maintainer="hello@cloudogu.com" \
2424
NAME="official/nginx" \
25-
VERSION="1.17.10-6"
25+
VERSION="1.17.10-7"
2626

2727
ENV CES_CONFD_VERSION=0.5.1 \
2828
CES_CONFD_TAR_SHA256="f8776bc473beeacda8ff502861906bb9ab6eeda365513290116697cc6f68eee8" \
29-
WARP_MENU_VERSION=1.1.1 \
30-
WARP_MENU_TAR_SHA256="056108982c8b6c7d2300fde180d5a4bb501ae65d6c125ecfbf1c212a955689e6" \
29+
WARP_MENU_VERSION=1.2.0 \
30+
WARP_MENU_TAR_SHA256="6d2a44d09077ef04ab577cc946e60d1de79ed748a16b41df709d5958f2366fda" \
3131
CES_ABOUT_VERSION=0.2.2 \
3232
CES_ABOUT_TAR_SHA256="9926649be62d8d4667b2e7e6d1e3a00ebec1c4bbc5b80a0e830f7be21219d496" \
3333
CES_THEME_VERSION=0d20c1b1d5518af475cddb33713e58ebf57f5599 \

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.17.10-6",
3+
"Version": "1.17.10-7",
44
"DisplayName": "Nginx",
55
"Description": "Nginx WebServer.",
66
"Logo": "https://cloudogu.com/images/dogus/nginx.png",

0 commit comments

Comments
 (0)