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

build(deps): bump golang in /packaging/debian

Bumps golang from 1.23-bookworm to 1.24-bookworm.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-02-18 04:50:05 +00:00 committed by Frédéric Guillot
parent 1cffb70362
commit f7e30822c3

View file

@ -1,4 +1,4 @@
FROM docker.io/golang:1.23-bookworm AS build
FROM docker.io/golang:1.24-bookworm AS build
ENV DEBIAN_FRONTEND=noninteractive