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

packaging: fix failed to solve: arm64v8/golang:1.22-bookworm

This commit is contained in:
Frédéric Guillot 2024-05-17 17:08:32 -07:00
parent 2178580a75
commit b692768730
2 changed files with 18 additions and 20 deletions

View file

@ -1,6 +1,4 @@
ARG BASE_IMAGE_ARCH="amd64"
FROM ${BASE_IMAGE_ARCH}/golang:1.22-bookworm AS build
FROM docker.io/golang:1.22-bookworm AS build
ENV DEBIAN_FRONTEND=noninteractive