Skip to content

Commit 306e463

Browse files
committed
Update docker image
1 parent b2694ea commit 306e463

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,5 +1,5 @@
11
# Stage 1: Build the Go binary
2-
FROM golang:1.23 AS builder
2+
FROM golang:1.24.6 AS builder
33

44
# Create a directory for the application
55
WORKDIR /app

0 commit comments

Comments
 (0)