Skip to content

Commit

Permalink
Merge branch 'release/v1.17.10-5'
Browse files Browse the repository at this point in the history
  • Loading branch information
JBartscher authored and cesmarvin committed Apr 20, 2021
2 parents 872471e + 266bdad commit f80dec9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v1.17.10-5] - 2021-04-20
## Changed
- Update warp-menu to v1.1.1 (#43)

## [v1.17.10-4] - 2021-04-07
## Fixed
- Remove async flag in warp-menu script tag to generate valid html (#41)
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ RUN set -x \
FROM registry.cloudogu.com/official/base:3.10.3-2
LABEL maintainer="[email protected]" \
NAME="official/nginx" \
VERSION="1.17.10-4"
VERSION="1.17.10-5"

ENV CES_CONFD_VERSION=0.5.1 \
CES_CONFD_TAR_SHA256="f8776bc473beeacda8ff502861906bb9ab6eeda365513290116697cc6f68eee8" \
WARP_MENU_VERSION=1.1.0 \
WARP_MENU_TAR_SHA256="93c770adca28121a47c9115d7173395e7bac1562416148cb762d73a95184dfc3" \
WARP_MENU_VERSION=1.1.1 \
WARP_MENU_TAR_SHA256="056108982c8b6c7d2300fde180d5a4bb501ae65d6c125ecfbf1c212a955689e6" \
CES_ABOUT_VERSION=0.2.2 \
CES_ABOUT_TAR_SHA256="9926649be62d8d4667b2e7e6d1e3a00ebec1c4bbc5b80a0e830f7be21219d496" \
CES_THEME_VERSION=0d20c1b1d5518af475cddb33713e58ebf57f5599 \
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/nginx",
"Version": "1.17.10-4",
"Version": "1.17.10-5",
"DisplayName": "Nginx",
"Description": "Nginx WebServer.",
"Logo": "https://cloudogu.com/images/dogus/nginx.png",
Expand Down

0 comments on commit f80dec9

Please sign in to comment.