-
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
# Multi-stage build for efficient image size
|
||||
FROM docker.io/library/golang:1.21-alpine AS builder
|
||||
FROM docker.io/library/golang:1.23-alpine AS builder
|
||||
|
||||
# Install build dependencies
|
||||
RUN apk add --no-cache git ca-certificates wget
|
||||
|
||||
Reference in New Issue
Block a user