Skip to content

dockerfile/1.25.0

Choose a tag to compare

@github-actions github-actions released this 17 Jun 23:14
· 2 commits to master since this release
c411f0a

Usage

# syntax=docker.io/docker/dockerfile-upstream:1.25.0

Notable changes

  • Resource limits for CPU and memory can now be set on build invocation and are applied to all RUN steps in the Dockerfile. Requires BuildKit v0.31.0+ #6569