2 Commits

Author SHA1 Message Date
18dd538540 chore(deps): update ghcr.io/renovatebot/renovate docker tag to v42
Some checks failed
Go / build (pull_request) Successful in 14s
SonarQube Scan / Build and analyze (pull_request) Failing after 16s
2025-12-06 00:01:17 +00:00
89a2844c1c chore(deps): update alpine docker tag to v3.23
Some checks failed
Go / build (pull_request) Successful in 13s
SonarQube Scan / Build and analyze (pull_request) Failing after 15s
Go / build (push) Successful in 11s
renovate / renovate (push) Successful in 59s
SonarQube Scan / Build and analyze (push) Failing after 15s
2025-12-04 00:01:24 +00:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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