Update dockerfile build image
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
# Build the application from source
|
||||
FROM golang:1.24.3 AS build-stage
|
||||
FROM golang:1.25.1-alpine3.22 AS build-stage
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
Reference in New Issue
Block a user