Skip to content

Commit 9c0df4c

Browse files
authored
using Debian trixie instead bookworm (#4)
* bump MAS version to 1.14.0 * using Debian trixie instead bookworm
1 parent 2f5ee5d commit 9c0df4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ghcr.io/element-hq/matrix-authentication-service:1.14.0 AS mas-cli
22

3-
FROM debian:bookworm-slim
3+
FROM debian:trixie-slim
44

55
RUN apt update && \
66
apt install curl jq -y

0 commit comments

Comments
 (0)