Added support for environmental config values

Updated Go version to 1.20.0
This commit is contained in:
James Wells 2023-02-10 07:23:35 -08:00
parent 77c9399942
commit 4a9d4ceca8
Signed by: jwells
GPG key ID: 73196D10B8E65666
6 changed files with 23 additions and 6 deletions

View file

@ -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 . .