Skip to content

Commit

Permalink
Merge pull request #93 from tosuke-homelab/renovate/curlimages-curl-8.x
Browse files Browse the repository at this point in the history
chore(deps): update curlimages/curl docker tag to v8.10.1
  • Loading branch information
tosuke authored Sep 30, 2024
2 parents 02ed74a + 0d22b58 commit dd924bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bird/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
ARG bird_version

FROM --platform=${BUILDPLATFORM} curlimages/curl:8.9.1 AS src
FROM --platform=${BUILDPLATFORM} curlimages/curl:8.10.1 AS src
ARG bird_version
RUN curl -s -o bird.tar.gz https://bird.network.cz/download/bird-${bird_version}.tar.gz
RUN tar -xzf bird.tar.gz
Expand Down

0 comments on commit dd924bd

Please sign in to comment.