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
Docker
No response
Dockerfile
Dockerfile (can't share the content)
version: 2 updates: - package-ecosystem: "mix" directory: "/" schedule: interval: "weekly" - package-ecosystem: "docker" directory: "/" schedule: interval: "weekly"
From:
hexpm/elixir:1.18.1-erlang-27.2-alpine-3.21.0
To:
hexpm/elixir:1.18.1-erlang-27.2-ubuntu-noble-20241118.1
I expected an upgrade from:
...to a recent Alpine patch version, for example:
hexpm/elixir:1.18.1-erlang-27.2-alpine-3.21.2
Here's what I saw - this a patch submitted by dependabot:
From 99b55edae7902d9417e27beb78e3f54cf1c344ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 03:30:17 +0000 Subject: [PATCH] Bump hexpm/elixir Bumps hexpm/elixir from 1.18.1-erlang-27.2-alpine-3.21.0 to 1.18.1-erlang-27.2-ubuntu-noble-20241118.1. --- updated-dependencies: - dependency-name: hexpm/elixir dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> --- Dockerfile | 2 +- Dockerfile.dev | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a7aac9a1b..1c6e09293 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM hexpm/elixir:1.18.1-erlang-27.2-alpine-3.21.0 AS build +FROM hexpm/elixir:1.18.1-erlang-27.2-ubuntu-noble-20241118.1 AS build WORKDIR /app RUN apk add --update git libc-dev gcc make ENV MIX_ENV=prod diff --git a/Dockerfile.dev b/Dockerfile.dev index 6b64e9e86..3756ac83a 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -1,4 +1,4 @@ -FROM hexpm/elixir:1.18.1-erlang-27.2-alpine-3.21.0 AS build +FROM hexpm/elixir:1.18.1-erlang-27.2-ubuntu-noble-20241118.1 AS build WORKDIR /app RUN apk add --update git libc-dev gcc make ENV MIX_ENV=dev
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Package ecosystem
Docker
Package manager version
No response
Language version
Dockerfile
Manifest location and content before the Dependabot update
Dockerfile (can't share the content)
dependabot.yml content
Updated dependency
From:
To:
What you expected to see, versus what you actually saw
I expected an upgrade from:
...to a recent Alpine patch version, for example:
Here's what I saw - this a patch submitted by dependabot:
Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
No response
Smallest manifest that reproduces the issue
No response
The text was updated successfully, but these errors were encountered: