Skip to content

Commit fc0f49b

Browse files
chore(deps): update golang docker tag to v1.25
1 parent fcfb9ed commit fc0f49b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24-alpine AS builder
1+
FROM golang:1.25-alpine AS builder
22
WORKDIR /app
33
COPY . .
44
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags '-w -s' main.go

0 commit comments

Comments
 (0)