We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Package manager/ecosystem
docker
Manifest contents prior to update
ARG BASE_IMAGE="debian" ARG BASE_IMAGE_TAG="buster-20201209-slim" FROM --platform=$TARGETPLATFORM ${BASE_IMAGE}:${BASE_IMAGE_TAG}
Updated dependency
There is a newer version with the tag buster-20210111-slim at docker hub available https://hub.docker.com/_/debian)
from: buster-20201209-slim to: buster-20210111-slim
I expected that dependabot detects that there is a newer version available
The text was updated successfully, but these errors were encountered:
Related to this is #2692. And we have a similar issue with MinIO tags that also use dates like RELEASE.2021-04-22T15-44-28Z.
RELEASE.2021-04-22T15-44-28Z
Sorry, something went wrong.
The problem here is we don't yet support ARG in Dockerfiles... closing as a dupe of #2057
ARG
No branches or pull requests
Package manager/ecosystem
docker
Manifest contents prior to update
Updated dependency
There is a newer version with the tag buster-20210111-slim at docker hub available https://hub.docker.com/_/debian)
from: buster-20201209-slim
to: buster-20210111-slim
I expected that dependabot detects that there is a newer version available
The text was updated successfully, but these errors were encountered: