Skip to content

Commit

Permalink
Merge branch 'release/v8.0.33-1' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeyer42 authored and cesmarvin committed Apr 24, 2023
2 parents 00911fb + 6300026 commit 19e22eb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v8.0.33-1] - 2023-04-24
### Changed
- Update Base-image to 11.6-1 (#12)
- Update Mysql to Version 8.0.33 (#12)

## [v8.0.32-1] - 2023-02-13
### Changed
- Upgrade mysql to Version 8.0.32 (#10)
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM registry.cloudogu.com/official/base-debian:11.2-2
FROM registry.cloudogu.com/official/base-debian:11.6-1

LABEL MAINTAINER="[email protected]" \
NAME="official/mysql" \
VERSION="8.0.32-1"
VERSION="8.0.33-1"

ENV PATH="${PATH}:/var/lib/mysql/bin" \
MYSQL_VOLUME=/var/lib/mysql \
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/mysql",
"Version": "8.0.32-1",
"Version": "8.0.33-1",
"DisplayName": "MySQL",
"Description": "MySQL - Relational database",
"Url": "https://www.mysql.com/",
Expand Down

0 comments on commit 19e22eb

Please sign in to comment.