Skip to content

Commit

Permalink
Update Dockerfile LABEL version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
InstaZDLL authored Apr 16, 2024
1 parent 3fe59c6 commit 9cba46e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand All @@ -35,4 +35,4 @@ HEALTHCHECK --start-period=5m \

ENTRYPOINT ["docker-entrypoint.sh"]

CMD ["mariadbd"]
CMD ["mariadbd"]

0 comments on commit 9cba46e

Please sign in to comment.