Bump golang from 1.19.3-buster to 1.19.4-buster
Bumps golang from 1.19.3-buster to 1.19.4-buster. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
8e60a78488
commit
82bd6abd25
|
|
@ -1,5 +1,5 @@
|
|||
# This stage builds the go executable.
|
||||
FROM golang:1.19.3-buster as go
|
||||
FROM golang:1.19.4-buster as go
|
||||
|
||||
WORKDIR /root
|
||||
COPY ./ ./
|
||||
|
|
|
|||
Loading…
Reference in New Issue