Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot] ba54fd4bee
Bump golang from 1.19.3-buster to 1.20.1-buster
Bumps golang from 1.19.3-buster to 1.20.1-buster.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-27 07:59:14 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# This stage builds the go executable. # This stage builds the go executable.
FROM golang:1.19.3-buster as go FROM golang:1.20.1-buster as go
WORKDIR /root WORKDIR /root
COPY ./ ./ COPY ./ ./