diff --git a/Dockerfile b/Dockerfile index 7bdb7c4..1c20793 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ LABEL authors="Ethan Besson" \ licenses="AFL-3.0" \ source="https://github.com/InstaZDLL/simple-mysql-docker" \ vendor="MariaDB Community" \ - version="1.0.0" \ + version="1.0.1" \ url="https://github.com/InstaZDLL/simple-mysql-docker" RUN apt-get update && \ @@ -35,4 +35,4 @@ HEALTHCHECK --start-period=5m \ ENTRYPOINT ["docker-entrypoint.sh"] -CMD ["mariadbd"] \ No newline at end of file +CMD ["mariadbd"]