1 Commits

Author SHA1 Message Date
9a1482616f chore(deps): update ghcr.io/renovatebot/renovate docker tag to v42
Some checks failed
Go / build (pull_request) Successful in 11s
SonarQube Scan / Build and analyze (pull_request) Failing after 15s
2025-11-07 00:01:16 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ on:
jobs: jobs:
renovate: renovate:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:41.173.1 container: ghcr.io/renovatebot/renovate:42.0.1
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: renovate - run: renovate

View File

@@ -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