change docker image to more lightweight
This commit is contained in:
parent
68e4280cc3
commit
f7048adebf
|
|
@ -1,5 +1,5 @@
|
|||
# Use the official Golang image
|
||||
FROM golang:1.23.1
|
||||
FROM golang:1.23.1-alpine
|
||||
|
||||
# Set the working directory inside the container
|
||||
WORKDIR /app
|
||||
|
|
|
|||
Loading…
Reference in New Issue