From a94a464d40674e5fe246dfc9e474f8b3be83d5a9 Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 2 Sep 2025 12:00:32 +0300 Subject: [PATCH] =?UTF-8?q?v.0.0.1=20=D0=A1=D0=BE=D0=B7=D0=B4=D0=B0=D0=BD?= =?UTF-8?q?=20=D1=81=D0=B5=D1=80=D0=B2=D0=B8=D1=81=20=D0=BA=D0=BB=D0=B8?= =?UTF-8?q?=D0=BF=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aa5810a..3c0fd43 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21-alpine AS builder +FROM golang:1.25-alpine AS builder # Устанавливаем FFmpeg и зависимости RUN apk add --no-cache \