Compare commits

..

1 Commits

Author SHA1 Message Date
cea7cdaf09 chore(deps): update ghcr.io/renovatebot/renovate docker tag to v40
All checks were successful
Go / build (pull_request) Successful in 11s
SonarQube Scan / Build and analyze (pull_request) Successful in 33s
2025-05-31 00:02:04 +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:40.37.1
container: ghcr.io/renovatebot/renovate:40.36.8
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.21
# Set working directory in the container
WORKDIR /
# Copy the built binary from the builder stage