Update Dockerfile.backend

v go 1.24.3
This commit is contained in:
santiyago 2025-06-05 00:36:18 +03:30 committed by GitHub
parent ac7bb05708
commit 2f4046fb08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
# Stage 1: Build the Go application
FROM golang:1.21-alpine AS builder
FROM golang:1.24.3-alpine AS builder
WORKDIR /app