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