From 1e8e154d2a67219f0d0582b95c15697f0aed4bb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 02:23:40 +0000 Subject: [PATCH] build(deps): bump ubuntu from `b7f4819` to `3131b4c` Bumps ubuntu from `b7f4819` to `3131b4c`. --- 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 fbd4b1a..2080392 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:b7f48194d4d8b763a478a621cdc81c27be222ba2206ca3ca6bc42b49685f3d9e AS playground +FROM --platform=$BUILDPLATFORM ubuntu:26.04@sha256:3131b4cc82a783df6c9df078f86e01819a13594b865c2cad47bd1bca2b7063bb AS playground ENV DEBIAN_FRONTEND=noninteractive ENV LANG=C.UTF-8