Compare commits
2 Commits
cea7cdaf09
...
eac7bffc2e
Author | SHA1 | Date | |
---|---|---|---|
eac7bffc2e | |||
e3f0c84e7a |
@ -10,7 +10,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: ghcr.io/renovatebot/renovate:40.36.8
|
container: ghcr.io/renovatebot/renovate:40.37.1
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: renovate
|
- run: renovate
|
||||||
|
@ -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.21
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user