mirror of
https://github.com/pcvolkmer/idicon.git
synced 2025-07-01 19:32:54 +00:00
Setup and use Go 1.22 for build
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
FROM golang:1.20-alpine AS build-env
|
||||
FROM golang:1.22-alpine AS build-env
|
||||
|
||||
WORKDIR /tmp/build
|
||||
ADD . /tmp/build
|
||||
|
Reference in New Issue
Block a user