fix: Fixed Dockerfile.

This commit is contained in:
Назар Гольченко 2025-10-13 19:59:47 +03:00
parent 705f3ab432
commit 30c1a08a9a

View File

@ -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