Skip to content

Commit 1ed59a1

Browse files
committed
Update rust Docker tag to v1.84
1 parent 72e0e11 commit 1ed59a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribution/docker/debian.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
FROM rust:1.78-slim-bullseye AS build
16+
FROM rust:1.84-slim-bullseye AS build
1717

1818
ENV DEBIAN_FRONTEND=noninteractive
1919
RUN apt update && apt upgrade -y && apt install -y curl libssl-dev libarchive-tools pkg-config protobuf-compiler libgit2

0 commit comments

Comments
 (0)