Skip to content

Commit

Permalink
bump rust and build more archs
Browse files Browse the repository at this point in the history
  • Loading branch information
ragibkl committed Mar 10, 2024
1 parent c197e85 commit 8d51aad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- uses: depot/build-push-action@v1
with:
context: .
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/386
project: 83rwjkn7g4
push: true
tags: ${{ steps.meta.outputs.tags }}
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rust 1.76.0
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## builder
FROM rust:1.74-bookworm AS builder
FROM rust:1.76-bookworm AS builder

WORKDIR /code/bancuh-dns

Expand All @@ -22,7 +22,7 @@ RUN cargo build --release


## runtime
FROM debian:12 AS runtime
FROM debian:bookworm AS runtime

RUN apt-get update
RUN apt-get install -y openssl libc6 libstdc++6 bind9
Expand Down

0 comments on commit 8d51aad

Please sign in to comment.