tangled
alpha
login
or
join now
smokesignal.events
/
quickdid
QuickDID is a high-performance AT Protocol identity resolution service written in Rust. It provides handle-to-DID resolution with Redis-backed caching and queue processing.
50
fork
atom
overview
issues
pulls
pipelines
chore: Dockerfile updates to rust 1.90
Nick Gerakines
2 months ago
6fc66dd7
15e1f5ab
options
unified
split
Changed files
+1
-1
Dockerfile
+1
-1
Dockerfile
···
1
1
# syntax=docker/dockerfile:1.4
2
2
-
FROM rust:1.89-slim AS builder
2
2
+
FROM rust:1.90-slim-bookworm AS builder
3
3
4
4
RUN apt-get update && apt-get install -y \
5
5
pkg-config \