From 191ba82910b904c4276e6222caec6466a34a4ba0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 02:23:00 +0000 Subject: [PATCH] build(deps): bump ubuntu from `f3d2860` to `53958ec` Bumps ubuntu from `f3d2860` to `53958ec`. --- updated-dependencies: - dependency-name: ubuntu dependency-version: '26.04' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 669b0c8..f67c37d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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:26.04@sha256:f3d28607ddd78734bb7f71f117f3c6706c666b8b76cbff7c9ff6e5718d46ff64 AS playground +FROM --platform=$BUILDPLATFORM ubuntu:26.04@sha256:53958ec7b67c2c9355df922dd08dbf0360611f8c3cdb656875e81873db9ffdba AS playground ENV DEBIAN_FRONTEND=noninteractive ENV LANG=C.UTF-8