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:
parent
124b770ff6
commit
859b4466ab
11 changed files with 80 additions and 15 deletions
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
9
|
||||
10
|
||||
|
|
|
@ -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__
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Files: *
|
||||
Copyright: 2017-2020 Frederic Guillot
|
||||
Copyright: 2017-2023 Frederic Guillot
|
||||
License: Apache
|
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue