Skip to content

Commit 4f53fa1

Browse files
Update the Dockerfile to Reference go 1.25.7
Synchronize with go.mod
1 parent 18788ae commit 4f53fa1

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.7-alpine AS builder
22

33
RUN apk add --no-cache ca-certificates libc-dev git make gcc
44
RUN adduser -D pentagon

0 commit comments

Comments
 (0)