mirror of
https://github.com/Forceu/Gokapi.git
synced 2026-05-12 09:29:50 -05:00
Use go1.22.1-alpine build base, as armv6 support is dropped on the regular image
This commit is contained in:
+1
-1
@@ -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
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.22
|
||||
FROM golang:1.22.1-alpine
|
||||
|
||||
## To compile:
|
||||
## cd Gokapi/build/
|
||||
|
||||
Reference in New Issue
Block a user