chore(deps): update registry.fedoraproject.org/fedora-minimal docker tag to v39 (#2)
All checks were successful
continuous-integration/drone/push Build is passing

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| registry.fedoraproject.org/fedora-minimal | final | major | `37` -> `39` |

---

This PR has been generated by [Renovate Bot](https://git.dotya.ml/dotya.ml/renovate-bot).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDUuMSIsInVwZGF0ZWRJblZlciI6IjM1LjEwNS4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcG1lbnQifQ==-->

Co-authored-by: leo <wanderer@dotya.ml>
Reviewed-on: #2
Co-authored-by: Renovate Bot <renovate-bot@git.dotya.ml>
Co-committed-by: Renovate Bot <renovate-bot@git.dotya.ml>
This commit is contained in:
Renovate Bot 2023-06-07 13:11:20 +02:00 committed by Gitea
parent 479a9597e3
commit d8b82d063a
Signed by: Gitea
GPG Key ID: 0DD13DBC6B5433D3
3 changed files with 5 additions and 5 deletions

View File

@ -52,8 +52,8 @@ steps:
tags: tags:
- latest - latest
- linux-amd64 - linux-amd64
- 37 - 39
- f37 - f39
- ${DRONE_COMMIT_SHA:0:8} - ${DRONE_COMMIT_SHA:0:8}
repo: immawanderer/fedora-minimal repo: immawanderer/fedora-minimal
username: username:
@ -71,6 +71,6 @@ trigger:
--- ---
kind: signature kind: signature
hmac: 44f6a51b06a9827e618596a0a3da04a11a19b25836e031c1da7a2350ec6ebf96 hmac: 18e742c6888e263000effd478f5d5fef0245b722b5764241c855b67833be3814
... ...

View File

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.3 # syntax=docker/dockerfile:1.3
FROM registry.fedoraproject.org/fedora-minimal:37 FROM registry.fedoraproject.org/fedora-minimal:39
ARG BUILD_DATE ARG BUILD_DATE
ARG VCS_REF ARG VCS_REF

View File

@ -6,7 +6,7 @@ this repo provides a Containerfile to build a container image based on
`registry.fedoraproject.org/fedora-minimal`, hourly updated, serving as a `registry.fedoraproject.org/fedora-minimal`, hourly updated, serving as a
base image for other projects base image for other projects
currently based on fedora version: `37` currently based on fedora version: `39`
### LICENSE ### LICENSE
MIT MIT