Skip to content

Commit

Permalink
chore: update deps (#13)
Browse files Browse the repository at this point in the history
* chore: update python:3.12.4-alpine docker digest to 0bd77ae

* chore: update docker/build-push-action action to v6.4.0

* chore: update docker/build-push-action action to v6.4.1

* chore: update docker/login-action action to v3.3.0

* chore: update docker/build-push-action action to v6.5.0

* chore: update docker/setup-buildx-action action to v3.5.0

* chore: update python:3.12.4-alpine docker digest to 0032125

* chore: update python:3.12.4-alpine docker digest to d7a5a8b

* chore: update python:3.12.4-alpine docker digest to 7f15e22

* chore: update docker/setup-buildx-action action to v3.6.0

* chore: update docker/setup-buildx-action action to v3.6.1

* chore: update python:3.12.4-alpine docker digest to 2abecb7

* chore: update python:3.12.4-alpine docker digest to a0c22d8

* chore: update python:3.12.4-alpine docker digest to 63094ab

* chore: update docker/build-push-action action to v6.6.0

* chore: update docker/build-push-action action to v6.6.1

* chore: update python docker tag to v3.12.5

* chore: update docker/build-push-action action to v6.7.0

* fix(renovate.json): disable docker-compose manager

* feat(renovate.json): add some settings

---------

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
  • Loading branch information
JuniorJPDJ and renovate-bot authored Aug 15, 2024
1 parent a5b2656 commit 24769fb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:

# Workaround: https://github.com/docker/build-push-action/issues/461
- name: Setup Docker buildx
uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4.0
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1

- name: Log into registry ${{ env.REGISTRY }}
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
with:
context: .
push: true
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.4-alpine@sha256:b7662fc33e07f05fb2f579c3634e1e4d2e30c02553397c6c24f775cb360dbc03
FROM python:3.12.5-alpine@sha256:c2f41e6a5a67bc39b95be3988dd19fbd05d1b82375c46d9826c592cca014d4de

# renovate: datasource=repology depName=alpine_3_20/fuse versioning=loose
ARG FUSE_VERSION="2.9.9-r5"
Expand Down
14 changes: 9 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,15 @@
":semanticCommits",
":semanticCommitScopeDisabled",
"docker:enableMajor",
"customManagers:dockerfileVersions"
"customManagers:dockerfileVersions",
":disableRateLimiting",
":ignoreUnstable",
":separateMultipleMajorReleases",
":updateNotScheduled"
],
"docker-compose": {
"enabled": false
},
"packageRules": [
{
"description": "Group OS packages to avoid build errors if more than one package is updated and previous version is not present in repo already",
Expand All @@ -16,8 +23,5 @@
"groupName": "OS Packages"
}
],
"forkProcessing": "enabled",
"ignoreDeps": [
"ghcr.io/openscopeproject/ziprofs"
]
"forkProcessing": "enabled"
}

0 comments on commit 24769fb

Please sign in to comment.