Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG BINARY=target/x86_64-unknown-linux-musl/release/tty-web
COPY ${BINARY} /tty-web
ENTRYPOINT ["/tty-web"]

FROM --platform=$BUILDPLATFORM ubuntu:24.04@sha256:84e77dee7d1bc93fb029a45e3c6cb9d8aa4831ccfcc7103d36e876938d28895b AS playground
FROM --platform=$BUILDPLATFORM ubuntu:26.04@sha256:f3d28607ddd78734bb7f71f117f3c6706c666b8b76cbff7c9ff6e5718d46ff64 AS playground

ENV DEBIAN_FRONTEND=noninteractive
ENV LANG=C.UTF-8
Expand Down