Merge pull request #104 from TomWright/dependabot/docker/golang-1.19.2-buster
Bump golang from 1.18.3-buster to 1.19.2-buster
This commit is contained in:
commit
e1a05b7b9f
|
|
@ -1,5 +1,5 @@
|
|||
# This stage builds the go executable.
|
||||
FROM golang:1.18.3-buster as go
|
||||
FROM golang:1.19.2-buster as go
|
||||
|
||||
WORKDIR /root
|
||||
COPY ./ ./
|
||||
|
|
|
|||
Loading…
Reference in New Issue