Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mdima committed May 4, 2024
1 parent 76530e4 commit 8ebfd4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Based on the original repository: https://github.com/bencorn/traceroute

### Running in Docker
You can use the following image to run Visual Trace Route locally:
michele73/traceroute:1.2
michele73/traceroute:1.2.0

Example:
docker run -d -p 8081:80 --name=traceroute --restart=always -v traecroute_logs:/app/logs michele73/traceroute:1.2
docker run -d -p 8081:80 --name=traceroute --restart=always -v traecroute_logs:/app/logs michele73/traceroute:1.2.0

The image repository is here: https://hub.docker.com/r/michele73/traceroute

Expand Down
2 changes: 1 addition & 1 deletion TraceRoute/Properties/PublishProfiles/Docker Public.pubxml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<DockerPublish>true</DockerPublish>
<RegistryUrl>https://registry.hub.docker.com/michele73</RegistryUrl>
<UserName>michele73</UserName>
<PublishImageTag>1.1.2</PublishImageTag>
<PublishImageTag>1.2.0</PublishImageTag>
<PublishProvider>ContainerRegistry</PublishProvider>
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
<LastUsedPlatform>Any CPU</LastUsedPlatform>
Expand Down

0 comments on commit 8ebfd4f

Please sign in to comment.