Fix dockerfile

This commit is contained in:
Dejan R. 2025-12-04 19:16:53 +01:00
parent 7b82d9d71b
commit c3d882f4fd

View file

@ -1,5 +1,5 @@
# Builder stage
FROM golang:1.2-bookworm AS builder
FROM golang:1.23-bookworm AS builder
WORKDIR /app