Compare commits
3 Commits
f9964aab9f
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 89a2844c1c | |||
| a2e1fff6e0 | |||
| 81aa50762b |
@@ -10,7 +10,7 @@ on:
|
||||
jobs:
|
||||
renovate:
|
||||
runs-on: ubuntu-latest
|
||||
container: ghcr.io/renovatebot/renovate:41.173.0
|
||||
container: ghcr.io/renovatebot/renovate:41.173.1
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: renovate
|
||||
|
||||
@@ -11,7 +11,7 @@ COPY . .
|
||||
RUN go build -o gosearch .
|
||||
|
||||
# Use a minimal base image for final deployment
|
||||
FROM alpine:3.22
|
||||
FROM alpine:3.23
|
||||
# Set working directory in the container
|
||||
WORKDIR /
|
||||
# Copy the built binary from the builder stage
|
||||
|
||||
Reference in New Issue
Block a user