bump fedora version to 34 #2

Merged
wanderer merged 2 commits from f34 into master 2021-04-01 12:46:58 +02:00
2 changed files with 5 additions and 3 deletions
Showing only changes of commit fac475a223 - Show all commits

@ -22,6 +22,10 @@ steps:
- curl -sO https://git.dotya.ml/wanderer/docker-fedora-hugo/raw/branch/master/curl.it
- bash ./curl.it $ENDPOINT
trigger:
branch: [master]
event: [push, cron]
---
kind: pipeline
type: docker
@ -73,8 +77,6 @@ steps:
from_secret: discord_webhook_token
trigger:
branch:
- master
event:
exclude: [pull_request]
include: [push, tag]

@ -1,4 +1,4 @@
FROM fedora:33
FROM fedora:34
ENV HUGO_VERSION 0.82.0