Adjust Dockerfile.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Use a small Go base image
|
||||
FROM golang:1.22 as builder
|
||||
FROM golang:1.24 as builder
|
||||
|
||||
# Set working directory
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user