Skip to content

Commit

Permalink
Version bump to 2.0.5.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jun 20, 2024
1 parent f0e265f commit 64bde88
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ALPINE_VERSION?=latest
FEDORA_VERSION?=latest
UBUNTU_VERSION?=22.04
RONIN_VERSION?=2.0.5
TAG_VERSION?=$(RONIN_VERSION).2
TAG_VERSION?=$(RONIN_VERSION).3

all: build

Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,19 @@ HTTP, [scanning for web vulnerabilities][ronin-vulns-synopsis],

## Images

* [ronin:2.0.5.2-ubuntu, ronin:ubuntu, ronin:latest][ronin:ubuntu] -
* [ronin:2.0.5.3-ubuntu, ronin:ubuntu, ronin:latest][ronin:ubuntu] -
a base `ubuntu:22.04` image with [ronin gem] installed.
* [ronin:2.0.5.2-alpine, ronin:alpine][ronin:alpine] -
* [ronin:2.0.5.3-alpine, ronin:alpine][ronin:alpine] -
a base `alpine:latest` image with [ronin gem] installed.
* [ronin:2.0.5.2-fedora, ronin:fedora][ronin:fedora] -
* [ronin:2.0.5.3-fedora, ronin:fedora][ronin:fedora] -
a base `fedora:latest` image with [ronin gem] installed.
* [ronin:2.0.5.2-lab, ronin:lab][ronin:lab] -
* [ronin:2.0.5.3-lab, ronin:lab][ronin:lab] -
similar to [ronin:ubuntu] but with additional tools installed.

[ronin:alpine]: https://github.com/ronin-rb/docker/blob/v2.0.5.2/Dockerfile.alpine
[ronin:fedora]: https://github.com/ronin-rb/docker/blob/v2.0.5.2/Dockerfile.fedora
[ronin:ubuntu]: https://github.com/ronin-rb/docker/blob/v2.0.5.2/Dockerfile.ubuntu
[ronin:lab]: https://github.com/ronin-rb/docker/blob/v2.0.5.2/Dockerfile.lab
[ronin:alpine]: https://github.com/ronin-rb/docker/blob/v2.0.5.3/Dockerfile.alpine
[ronin:fedora]: https://github.com/ronin-rb/docker/blob/v2.0.5.3/Dockerfile.fedora
[ronin:ubuntu]: https://github.com/ronin-rb/docker/blob/v2.0.5.3/Dockerfile.ubuntu
[ronin:lab]: https://github.com/ronin-rb/docker/blob/v2.0.5.3/Dockerfile.lab

[ronin gem]: https://rubygems.org/gems/ronin

Expand Down

0 comments on commit 64bde88

Please sign in to comment.