Skip to content

v1.0.2

Choose a tag to compare

@digitalghost-dev digitalghost-dev released this 13 Mar 21:58
· 831 commits to main since this release
v1.0.2
f90d674

Added

  • Added an alpine image to Dockerfile to allow a user to run the tool using the container's shell instead of each command running a container then exiting. Either option is available. (#113)

Fixed

  • Fixed -l | --latest flag when running tool on Windows. (#112)
  • Fixed connections/connection.go file to using the styling package instead of local variables.

Security

  • Secured Dockerfile by running as a non-root user and removing root login. (#115)