upgraded from 1.79.0 to 1.81

specifically
from rust:1.79.0-slim-bookworm
to rust:1.81.0-slim-bookworm
This commit is contained in:
Alan Yuan
2025-02-27 15:07:03 -05:00
parent 3349cecc18
commit 9d847b36eb

View File

@@ -1,4 +1,4 @@
FROM rust:1.79.0-slim-bookworm AS builder
FROM rust:1.81.0-slim-bookworm AS builder
RUN apt-get update && \
apt-get install -y build-essential