Skip to content

Commit f3661c0

Browse files
committed
fix docker build
1 parent 4fa8304 commit f3661c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
target: ${{ matrix.target }}
114114

115115
- name: Get release download URL
116-
uses: actions/download-artifact@v1
116+
uses: actions/download-artifact@v4
117117
with:
118118
name: artifacts
119119
path: artifacts

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.83.0 as cargo-build
1+
FROM rust:1.82.0 as cargo-build
22

33
WORKDIR /usr/src/onetun
44
COPY Cargo.toml Cargo.toml

0 commit comments

Comments
 (0)