Update go version
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
# Stage 1: Build the Go binary
|
||||
FROM golang:1.24.2-alpine AS builder
|
||||
FROM golang:1.24.4-alpine AS builder
|
||||
|
||||
# Set working directory inside the build container
|
||||
WORKDIR /app
|
||||
|
@ -1,3 +1,3 @@
|
||||
module hackanooga/dockerproxy
|
||||
|
||||
go 1.24.2
|
||||
go 1.24.4
|
||||
|
Reference in New Issue
Block a user