bump base to Fedora 37
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
leo 2022-12-16 16:34:55 +01:00
parent 6d2d885fe2
commit 479a9597e3
Signed by: wanderer
SSH Key Fingerprint: SHA256:Dp8+iwKHSlrMEHzE3bJnPng70I7LEsa3IJXRH/U+idQ
3 changed files with 5 additions and 5 deletions

View File

@ -52,8 +52,8 @@ steps:
tags: tags:
- latest - latest
- linux-amd64 - linux-amd64
- 36 - 37
- f36 - f37
- ${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: 0b9bf31f25ea2c0341a81481bfbdb10c092085970001fbe8433f195abe3d6b2b hmac: 44f6a51b06a9827e618596a0a3da04a11a19b25836e031c1da7a2350ec6ebf96
... ...

View File

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.3 # syntax=docker/dockerfile:1.3
FROM registry.fedoraproject.org/fedora-minimal:36 FROM registry.fedoraproject.org/fedora-minimal:37
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: `36` currently based on fedora version: `37`
### LICENSE ### LICENSE
MIT MIT