Skip to content

v0.3.26

Compare
Choose a tag to compare
@atc0005 atc0005 released this 17 Jun 14:08
· 2067 commits to master since this release
d165a2c

Added

  • linting Makefile recipe
    • uses hadolint/hadolint to run linting checks against project Dockerfiles

Changed

  • Dependencies
    • pelletier/go-toml
      • v1.9.2 to v1.9.3
    • golangci/golangci-lint
      • v1.40.1 to v1.41.0
      • binary installed within oldstable, stable and unstable images
      • Docker image used as a builder/base for lint-only image

Fixed

  • Incorrect target names (typos)
  • hadolint linting errors | DL3059 info: Multiple consecutive RUN instructions. Consider consolidation

References