Skip to content

Commit

Permalink
chore(deps): update docker.io/library/fedora docker tag to v42 (#5243)
Browse files Browse the repository at this point in the history
Co-authored-by: Krystle Salazar <[email protected]>
  • Loading branch information
openverse-bot and krysal authored Dec 2, 2024
1 parent 038273a commit 34934c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
matchFileNames: ["documentation/**"],
addLabels: ["🧱 stack: documentation"],
},
{
matchFileNames: ["docker/dev_env/**"],
addLabels: ["🧱 stack: mgmt"],
},
{
groupName: "python dev dependencies",
matchDepTypes: [
Expand Down
2 changes: 1 addition & 1 deletion docker/dev_env/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM docker.io/library/fedora:40
FROM docker.io/library/fedora:42

# We want to keep all important things in `/opt` as we will preserve the
# `/opt` directory as a volume.
Expand Down

0 comments on commit 34934c2

Please sign in to comment.