Bump python from 3.12.0-slim-bullseye to 3.12.1-slim-bullseye #622
Annotations
7 errors
Run brpaz/hadolint-action@master:
dodona-compilers.dockerfile#L6
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Run brpaz/hadolint-action@master:
dodona-compilers.dockerfile#L6
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
|
Run brpaz/hadolint-action@master:
dodona-compilers.dockerfile#L23
DL3047 warning: Avoid use of wget without progress bar. Use `wget --progress=dot:giga <url>`.Or consider using `-q` or `-nv` (shorthands for `--quiet` or `--no-verbose`).
|
Run brpaz/hadolint-action@master:
dodona-compilers.dockerfile#L23
DL4006 warning: Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check
|
Run brpaz/hadolint-action@master:
dodona-compilers.dockerfile#L29
DL3013 warning: Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
|
Run brpaz/hadolint-action@master:
dodona-compilers.dockerfile#L29
DL3042 warning: Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
|
Run brpaz/hadolint-action@master:
dodona-compilers.dockerfile#L36
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
|
The logs for this run have expired and are no longer available.
Loading