Skip to content

README updates

README updates #13

Triggered via push May 30, 2023 21:38
Status Success
Total duration 22s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 errors
build: Dockerfile#L5
DL3007 warning: Using latest is prone to errors if the image will ever update. Pin the version explicitly to a release tag
build: Dockerfile#L9
DL3018 warning: Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`
build: Dockerfile#L9
DL3019 info: Use the `--no-cache` switch to avoid the need to use `--update` and remove `/var/cache/apk/*` when done installing packages
build: Dockerfile#L15
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
build: Dockerfile#L15
DL3009 info: Delete the apt-get lists after installing something
build: Dockerfile#L17
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.