Bump golang from 1.21.0-alpine to 1.21.1-alpine

Bumps golang from 1.21.0-alpine to 1.21.1-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-10-01 02:18:21 +00:00 committed by Dmitry Belyaev
parent 18012fa9a9
commit dfec937776
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.21.0-alpine as build
FROM golang:1.21.1-alpine as build
WORKDIR /tmp/build