Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b6ac6e2

Browse filesBrowse files
chore(deps): update mysql docker tag to v5.7.33 (#225)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 0f2c074 commit b6ac6e2
Copy full SHA for b6ac6e2

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎docker-compose.test.yml

Copy file name to clipboardExpand all lines: docker-compose.test.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
depends_on:
77
- bookstack
88
mysql:
9-
image: mysql:5.7.31
9+
image: mysql:5.7.33
1010
environment:
1111
- MYSQL_ROOT_PASSWORD=secret
1212
- MYSQL_DATABASE=bookstack

‎docker-compose.yml

Copy file name to clipboardExpand all lines: docker-compose.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '2'
22
services:
33
mysql:
4-
image: mysql:5.7.31
4+
image: mysql:5.7.33
55
environment:
66
- MYSQL_ROOT_PASSWORD=secret
77
- MYSQL_DATABASE=bookstack

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.