Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: swissgrc/docker-azure-pipelines-dockercli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 28.0.1
Choose a base ref
...
head repository: swissgrc/docker-azure-pipelines-dockercli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 28.0.2
Choose a head ref
  • 7 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 27, 2025

  1. Merge tag '28.0.1' into develop

    Oxerror committed Feb 27, 2025
    Copy the full SHA
    7de8d10 View commit details

Commits on Mar 17, 2025

  1. Update dependency debian_12/curl to v7.88.1-10+deb12u12 (#106)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 17, 2025
    Copy the full SHA
    1945358 View commit details

Commits on Mar 21, 2025

  1. Update dependency docker/buildx to v0.22.0 (#104)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 21, 2025
    Copy the full SHA
    0fc481b View commit details
  2. Update dependency docker/compose to v2.34.0 (#105)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 21, 2025
    Copy the full SHA
    c3894ae View commit details
  3. Update debian Docker tag to v12.10 (#108)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 21, 2025
    Copy the full SHA
    029b3e2 View commit details
  4. Update dependency docker/cli to v28.0.2 (#107)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 21, 2025
    Copy the full SHA
    6e50c35 View commit details
  5. Merge branch 'release/28.0.2'

    Oxerror committed Mar 21, 2025
    Copy the full SHA
    7c2c9f3 View commit details
Showing with 5 additions and 5 deletions.
  1. +5 −5 Dockerfile
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base image containing dependencies used in builder and final image
FROM debian:12.9-slim AS base
FROM debian:12.10-slim AS base

# Make sure to fail due to an error at any stage in shell pipes
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
@@ -22,7 +22,7 @@ FROM base AS build
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# renovate: datasource=repology depName=debian_12/curl versioning=deb
ENV CURL_VERSION=7.88.1-10+deb12u8
ENV CURL_VERSION=7.88.1-10+deb12u12
# renovate: datasource=repology depName=debian_12/lsb-release versioning=deb
ENV LSBRELEASE_VERSION=12.0-1
# renovate: datasource=repology depName=debian_12/gnupg2 versioning=deb
@@ -63,11 +63,11 @@ COPY --from=build /etc/apt/sources.list.d/ /etc/apt/sources.list.d
# Install Docker CLI

# renovate: datasource=github-tags depName=docker/cli extractVersion=^v(?<version>.*)$
ENV DOCKERCLI_VERSION=28.0.1
ENV DOCKERCLI_VERSION=28.0.2
# renovate: datasource=github-tags depName=docker/buildx extractVersion=^v(?<version>.*)$
ENV DOCKERBUILDX_VERSION=0.21.1
ENV DOCKERBUILDX_VERSION=0.22.0
# renovate: datasource=github-tags depName=docker/compose extractVersion=^v(?<version>.*)$
ENV DOCKERCOMPOSE_VERSION=2.33.1
ENV DOCKERCOMPOSE_VERSION=2.34.0

RUN apt-get update -y && \
# Install Docker CLI