Bump golang from 1.17-alpine to 1.18.0-alpine

Bumps golang from 1.17-alpine to 1.18.0-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-04-01 02:00:31 +00:00 committed by Dmitry Belyaev
parent d5ba1142d4
commit ff52f7c2ee
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.17-alpine as build
FROM golang:1.18.0-alpine as build
WORKDIR /tmp/build