Compare commits
2 Commits
bedc9485ad
...
renovate/g
| Author | SHA1 | Date | |
|---|---|---|---|
| 43bc093991 | |||
| 89a2844c1c |
@@ -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.22
|
FROM alpine:3.23
|
||||||
# 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