File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 22
33# MARK: Builder
44# TODO(RVT-4168): Compile libfdb from scratch for ARM
5- FROM rust:1.88 .0-bookworm AS builder
5+ FROM rust:1.91 .0-trixie AS builder
66
77# Docker automatically provides TARGETARCH
88ARG TARGETARCH
7575 cp target/$CARGO_BUILD_MODE/rivet-engine /app/dist/
7676
7777# MARK: Engine (full, base)
78- FROM debian:12.9 -slim AS engine-full-base
78+ FROM debian:13.1 -slim AS engine-full-base
7979
8080# Docker automatically provides TARGETARCH
8181ARG TARGETARCH
@@ -108,7 +108,7 @@ ENTRYPOINT ["/usr/bin/rivet-engine"]
108108CMD ["start" ]
109109
110110# MARK: Engine (Slim)
111- FROM debian:12.9 -slim AS engine-slim
111+ FROM debian:13.1 -slim AS engine-slim
112112
113113LABEL org.opencontainers.image.source=https://github.com/rivet-gg/rivet
114114
@@ -130,3 +130,4 @@ COPY --from=builder /app/dist/rivet-engine /usr/bin/rivet-engine
130130
131131ENTRYPOINT ["/usr/bin/rivet-engine" ]
132132CMD ["start" ]
133+
You can’t perform that action at this time.
0 commit comments