Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use latest stable syntax for Dockerfiles #3035

Merged
merged 1 commit into from Aug 19, 2022

Commits on Aug 19, 2022

  1. Use latest stable syntax for Dockerfiles

    I noticed one Dockerfile was pinned to 1.4; given that there's a
    backward compatibility guarantee on the stable syntax, the general
    recommendation is to use `dockerfile:1`, which makes sure that the
    latest stable release of the Dockerfile syntax is pulled before
    building.
    
    While changing, I also made some minor changes to some Dockerfiles
    to reduce some unneeded layers.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    4888952 View commit details
    Browse the repository at this point in the history