Compare commits
1 Commits
renovate/g
...
bedc9485ad
| Author | SHA1 | Date | |
|---|---|---|---|
| bedc9485ad |
@@ -11,7 +11,7 @@ COPY . .
|
|||||||
RUN go build -o gosearch .
|
RUN go build -o gosearch .
|
||||||
|
|
||||||
# Use a minimal base image for final deployment
|
# Use a minimal base image for final deployment
|
||||||
FROM alpine:3.23
|
FROM alpine:3.22
|
||||||
# Set working directory in the container
|
# Set working directory in the container
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
# Copy the built binary from the builder stage
|
# Copy the built binary from the builder stage
|
||||||
|
|||||||
Reference in New Issue
Block a user