1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00

Upgrade to Go 1.21

This commit is contained in:
Frédéric Guillot 2023-08-08 21:54:09 -07:00
parent 124b770ff6
commit 859b4466ab
11 changed files with 80 additions and 15 deletions

View file

@ -1,11 +1,12 @@
ARG BASE_IMAGE_ARCH="amd64"
FROM ${BASE_IMAGE_ARCH}/golang:buster AS build
FROM ${BASE_IMAGE_ARCH}/golang:bookworm AS build
ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive
ENV CGO_ENABLED=0
RUN apt-get update -q && \
apt-get install -y -qq build-essential devscripts dh-make dh-systemd && \
apt-get install -y -qq build-essential devscripts dh-make debhelper && \
mkdir -p /build/debian
ADD . /src

View file

@ -1 +1 @@
9
10

View file

@ -1,6 +1,6 @@
Source: miniflux
Maintainer: Frederic Guillot <f@miniflux.net>
Build-Depends: debhelper (>= 9), dh-systemd
Build-Depends: debhelper (>= 9.20160709) | dh-systemd
Package: miniflux
Architecture: __PKG_ARCH__

View file

@ -1,3 +1,3 @@
Files: *
Copyright: 2017-2020 Frederic Guillot
Copyright: 2017-2023 Frederic Guillot
License: Apache

View file

@ -19,6 +19,11 @@ Requires(pre): shadow-utils
%{?systemd_requires}
BuildRequires: systemd
AutoReqProv: no
%define __strip /bin/true
%define __os_install_post %{nil}
%description
%{summary}