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:
parent
6cb838b03a
commit
9137ea9b0f
|
@ -1,5 +1,5 @@
|
||||||
# build
|
# 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
|
RUN apk add --no-cache git gcc musl-dev make
|
||||||
WORKDIR /go/src/github.com/moul/gotty-client
|
WORKDIR /go/src/github.com/moul/gotty-client
|
||||||
COPY go.* ./
|
COPY go.* ./
|
||||||
|
|
Loading…
Reference in New Issue