Skip to content

Commit

Permalink
Merge branch 'release/v1.21.5-2'
Browse files Browse the repository at this point in the history
  • Loading branch information
robertauer authored and cesmarvin committed Jan 28, 2022
2 parents eb40877 + 52e3cc2 commit 3fa290c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 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.21.5-2] - 2022-01-28
### Changed
- Upgrade to ces-theme v0.7.0

## [v1.21.5-1] - 2022-01-19
### Changed
- Add integration tests for custom static HTML page #51
Expand Down
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.cloudogu.com/official/base:3.11.6-3 as builder
FROM registry.cloudogu.com/official/base:3.14.2-2 as builder
LABEL maintainer="[email protected]"

# dockerfile is based on https://github.com/dockerfile/nginx and https://github.com/bellycard/docker-loadbalancer
Expand All @@ -19,19 +19,19 @@ RUN set -x \
&& rm -rf /var/cache/apk/* /build


FROM registry.cloudogu.com/official/base:3.12.4-1
FROM registry.cloudogu.com/official/base:3.14.2-2
LABEL maintainer="[email protected]" \
NAME="official/nginx" \
VERSION="1.21.5-1"
VERSION="1.21.5-2"

ENV CES_CONFD_VERSION=0.5.1 \
CES_CONFD_TAR_SHA256="f8776bc473beeacda8ff502861906bb9ab6eeda365513290116697cc6f68eee8" \
WARP_MENU_VERSION=1.3.0 \
WARP_MENU_TAR_SHA256="f1ebc305ac03a2b59d8eb9b5624a26a3e5803bb8b6969df271c702bdb257792c" \
CES_ABOUT_VERSION=0.2.2 \
CES_ABOUT_TAR_SHA256="9926649be62d8d4667b2e7e6d1e3a00ebec1c4bbc5b80a0e830f7be21219d496" \
CES_THEME_VERSION=0d20c1b1d5518af475cddb33713e58ebf57f5599 \
CES_THEME_TAR_SHA256="a2ae6ab465b629f59814d3898abdab45119e2de7ef44fcac2b054debbcb1c66a" \
CES_THEME_VERSION=v0.7.0 \
CES_THEME_TAR_SHA256="d3c8ba654cdaccff8fa3202f3958ac0c61156fb25a288d6008354fae75227941" \
CES_MAINTENANCE_MODE=false

RUN set -x \
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.21.5-1",
"Version": "1.21.5-2",
"DisplayName": "Nginx",
"Description": "Nginx WebServer.",
"Logo": "https://cloudogu.com/images/dogus/nginx.png",
Expand Down

0 comments on commit 3fa290c

Please sign in to comment.