chore(deps): update alpine docker tag to v3.22
All checks were successful
All checks were successful
This commit is contained in:
parent
21f8b5fb2c
commit
e3f0c84e7a
@ -11,7 +11,7 @@ COPY . .
|
||||
RUN go build -o gosearch .
|
||||
|
||||
# Use a minimal base image for final deployment
|
||||
FROM alpine:3.21
|
||||
FROM alpine:3.22
|
||||
# Set working directory in the container
|
||||
WORKDIR /
|
||||
# Copy the built binary from the builder stage
|
||||
|
Loading…
x
Reference in New Issue
Block a user