Skip to content

Commit 925f670

Browse files
authored
Merge pull request #27 from rumpl/fix-dockerfile
Use the right golang version in the dockerfile
2 parents a209dda + 62dadcb commit 925f670

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,6 +1,6 @@
11
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile
22
# Start with the official Golang image to use Go tools
3-
FROM golang:1.20-alpine AS builder
3+
FROM golang:1.24-alpine AS builder
44

55
# Set the working directory
66
WORKDIR /app

0 commit comments

Comments
 (0)