Skip to content

Commit

Permalink
Fix mysql version
Browse files Browse the repository at this point in the history
  • Loading branch information
llinder committed Aug 1, 2023
1 parent 50b63ca commit 62f5a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/test-images/zipkin-mysql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ HEALTHCHECK --interval=1s --start-period=30s --timeout=5s CMD ["docker-healthche
ENTRYPOINT ["start-mysql"]

# Use latest from https://pkgs.alpinelinux.org/packages?name=mysql
ARG mysql_version=10.11.3
ARG mysql_version=10.11.4
LABEL mysql-version=$mysql_version
ENV MYSQL_VERSION=$mysql_version

Expand Down

0 comments on commit 62f5a76

Please sign in to comment.