Skip to content

Commit f3a78ea

Browse files
authored
Update Dockerfile
1 parent 37596fb commit f3a78ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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
# Use the official Go image as a build environment
3-
FROM golang:1.21-alpine AS builder
3+
FROM golang:1.23.4-alpine3.21 AS builder
44

55
# Install necessary packages
66
RUN apk add --no-cache bash git make

0 commit comments

Comments
 (0)