Skip to content

Commit

Permalink
chore(deps): update curlimages/curl docker tag to v8.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 18, 2024
1 parent de2a900 commit 0d22b58
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 0d22b58

Please sign in to comment.