Skip to content

Commit

Permalink
chore: update docker image for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pnov authored and OpatrilPeter committed Jul 20, 2023
1 parent e165377 commit b99a1c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/db/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mysql:5.7.22
FROM mysql:5.7.42-debian
MAINTAINER Seznam.cz a.s.

WORKDIR /
Expand Down
6 changes: 3 additions & 3 deletions tests/db/docker-entrypoint.sh.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
133c133
< exec "$@"
431c431
< exec "$@"
---
> exec /usr/bin/supervisord
> exec /usr/bin/supervisord

0 comments on commit b99a1c3

Please sign in to comment.