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