bump base to Fedora 37
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6d2d885fe2
commit
479a9597e3
@ -52,8 +52,8 @@ steps:
|
||||
tags:
|
||||
- latest
|
||||
- linux-amd64
|
||||
- 36
|
||||
- f36
|
||||
- 37
|
||||
- f37
|
||||
- ${DRONE_COMMIT_SHA:0:8}
|
||||
repo: immawanderer/fedora-minimal
|
||||
username:
|
||||
@ -71,6 +71,6 @@ trigger:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: 0b9bf31f25ea2c0341a81481bfbdb10c092085970001fbe8433f195abe3d6b2b
|
||||
hmac: 44f6a51b06a9827e618596a0a3da04a11a19b25836e031c1da7a2350ec6ebf96
|
||||
|
||||
...
|
||||
|
@ -1,5 +1,5 @@
|
||||
# syntax=docker/dockerfile:1.3
|
||||
FROM registry.fedoraproject.org/fedora-minimal:36
|
||||
FROM registry.fedoraproject.org/fedora-minimal:37
|
||||
|
||||
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: `36`
|
||||
currently based on fedora version: `37`
|
||||
|
||||
### LICENSE
|
||||
MIT
|
||||
|
Loading…
Reference in New Issue
Block a user