From 12a88ef6ed97cc32af3d769c2d66d8a9781f622c Mon Sep 17 00:00:00 2001 From: Marc Ole Bulling Date: Tue, 26 Mar 2024 14:18:32 +0100 Subject: [PATCH] Use go1.22.1-alpine build base, as armv6 support is dropped on the regular image --- Dockerfile | 2 +- build/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f89407e..0f0b425 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22 AS build_base +FROM golang:1.22.1-alpine AS build_base ## Usage: ## docker build . -t gokapi diff --git a/build/Dockerfile b/build/Dockerfile index 769a9ae..197b561 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22 +FROM golang:1.22.1-alpine ## To compile: ## cd Gokapi/build/