Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Use Deb versioning for Apt packages (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger authored Oct 16, 2023
1 parent a05cf4a commit 5091e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM base AS build
# Make sure to fail due to an error at any stage in shell pipes
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# renovate: datasource=repology depName=debian_11/curl versioning=loose
# renovate: datasource=repology depName=debian_11/curl versioning=deb
ENV CURL_VERSION=7.74.0-1.3+deb11u10

RUN apt-get update -y && \
Expand Down

0 comments on commit 5091e6c

Please sign in to comment.