Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 22, 2024
1 parent 7b6b1de commit d4f3bb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
version: latest
install-only: true
- name: Release
uses: ridedott/release-me-action@v3.10.30
uses: ridedott/release-me-action@v3.10.36
with:
disable-changelog: true
config-file: ./.releaserc.yml
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY . /build
WORKDIR /build
RUN go build

FROM alpine:3.20.0
FROM alpine:3.20.1
USER 1000
COPY --from=builder /build/aiven-metadata-prometheus-exporter /bin/aiven-metadata-prometheus-exporter
EXPOSE 2112
Expand Down

0 comments on commit d4f3bb7

Please sign in to comment.