fix docker build

This commit is contained in:
Aram 🍐 2024-12-01 12:33:56 -05:00
parent 4fa8304799
commit f3661c0a2c
2 changed files with 2 additions and 2 deletions

View file

@ -113,7 +113,7 @@ jobs:
target: ${{ matrix.target }}
- name: Get release download URL
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: artifacts
path: artifacts

View file

@ -1,4 +1,4 @@
FROM rust:1.83.0 as cargo-build
FROM rust:1.82.0 as cargo-build
WORKDIR /usr/src/onetun
COPY Cargo.toml Cargo.toml