fix: Fixed Dockerfile.
This commit is contained in:
parent
705f3ab432
commit
30c1a08a9a
@ -1,5 +1,5 @@
|
|||||||
# Build image for building the application
|
# Build image for building the application
|
||||||
FROM golang:1.23.1-bookworm AS builder
|
FROM golang:1.24.0-bookworm AS builder
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user