chore(deps): update registry.fedoraproject.org/fedora-minimal docker tag to v39 #2

Merged
wanderer merged 2 commits from renovate/registry.fedoraproject.org-fedora-minimal-39.x into development 2023-06-07 13:11:21 +02:00
3 changed files with 5 additions and 5 deletions

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

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

@ -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
base image for other projects
currently based on fedora version: `37`
currently based on fedora version: `39`
### LICENSE
MIT