chore(deps): bump golang from 1.16.3-alpine to 1.20.1-alpine

Bumps golang from 1.16.3-alpine to 1.20.1-alpine.

---
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:
dependabot[bot] 2023-02-16 04:58:21 +00:00 committed by GitHub
parent 6cb838b03a
commit 9137ea9b0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# build
FROM golang:1.16.3-alpine as builder
FROM golang:1.20.1-alpine as builder
RUN apk add --no-cache git gcc musl-dev make
WORKDIR /go/src/github.com/moul/gotty-client
COPY go.* ./