Use go1.22.1-alpine build base, as armv6 support is dropped on the regular image

This commit is contained in:
Marc Ole Bulling
2024-03-26 14:18:32 +01:00
parent 0d4653ee9e
commit 12a88ef6ed
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.22
FROM golang:1.22.1-alpine
## To compile:
## cd Gokapi/build/