Skip to content

Commit

Permalink
Use Debian based image for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 12, 2022
1 parent e8f4f1c commit 63ad2af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mysql-5.7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mysql:5.7.39
FROM mysql:5.7.39-debian
MAINTAINER groonga

ENV groonga_version=12.0.6 \
Expand Down
2 changes: 1 addition & 1 deletion mysql-8.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mysql:8.0.30
FROM mysql:8.0.30-debian
MAINTAINER groonga

ENV groonga_version=12.0.6 \
Expand Down

0 comments on commit 63ad2af

Please sign in to comment.