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