mirror of
https://github.com/dragonheim/gagent.git
synced 2025-04-26 15:08:59 -07:00
Added support for environmental config values
Updated Go version to 1.20.0
This commit is contained in:
parent
77c9399942
commit
4a9d4ceca8
6 changed files with 23 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
FROM dragonheim/golang:1.19 as builder
|
||||
ARG SEMVER
|
||||
FROM dragonheim/golang:1.20 as builder
|
||||
ARG SEMVER=${SEMVER:-0.0.7}
|
||||
|
||||
WORKDIR /gagent
|
||||
COPY . .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue