Skip to content

Commit fbf1644

Browse files
committed
hotfix: bump dockerfile to Go 1.24
1 parent 0da259f commit fbf1644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build-Stage
2-
FROM golang:1.23-alpine AS build
2+
FROM golang:1.24-alpine AS build
33
WORKDIR /app
44

55
# Copy the source code

0 commit comments

Comments
 (0)