diff --git a/.drone.yml b/.drone.yml index 1f4c7d1..07480e7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 ... diff --git a/Containerfile b/Containerfile index 52309a1..eeab575 100644 --- a/Containerfile +++ b/Containerfile @@ -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 diff --git a/README.md b/README.md index 0a03243..cd2882c 100644 --- a/README.md +++ b/README.md @@ -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