fix(Dockerfile): Use swarm base debian version for builder and executor

This commit is contained in:
Binarybaron 2024-11-15 01:17:58 +01:00
parent afdf310890
commit 2724636608

View file

@ -1,6 +1,6 @@
# This Dockerfile builds the asb binary
FROM rust:1.79-slim AS builder
FROM rust:1.79.0-slim-bookworm AS builder
WORKDIR /build