From 30c1a08a9ac4f393bc6b6b56b708d1d66f14f2ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B0=D0=B7=D0=B0=D1=80=20=D0=93=D0=BE=D0=BB=D1=8C?= =?UTF-8?q?=D1=87=D0=B5=D0=BD=D0=BA=D0=BE?= Date: Mon, 13 Oct 2025 19:59:47 +0300 Subject: [PATCH] fix: Fixed Dockerfile. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 33f72f4..d35b299 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build image for building the application -FROM golang:1.23.1-bookworm AS builder +FROM golang:1.24.0-bookworm AS builder WORKDIR /app