Skip to content

Commit

Permalink
sync: updated to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
akafeng committed Jan 28, 2025
1 parent db655b5 commit 5092a1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build and cache
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
target: builder
platforms: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
type=semver,pattern={{version}}
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
platforms: |
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:bookworm-slim AS builder

ARG BIRD_VERSION="3.0.0"
ARG BIRD_VERSION="3.0.1"
ARG BIRD_URL="https://bird.network.cz/download/bird-${BIRD_VERSION}.tar.gz"

RUN set -eux \
Expand Down

0 comments on commit 5092a1f

Please sign in to comment.