Bump golang from 1.20.4-alpine to 1.20.5-alpine

Bumps golang from 1.20.4-alpine to 1.20.5-alpine.

---
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:
dependabot[bot] 2023-07-01 02:45:01 +00:00 committed by Dmitry Belyaev
parent d7e405a3b5
commit 55d9d03d38
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.20.4-alpine as build
FROM golang:1.20.5-alpine as build
WORKDIR /tmp/build