Skip to content

Commit

Permalink
Merge pull request #6 from moul/renovate/docker-all
Browse files Browse the repository at this point in the history
chore(deps): update golang docker tag to v1.16
  • Loading branch information
moul committed Mar 31, 2021
2 parents 0c5f899 + 8fff6a3 commit e97ff0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG VCS_REF
ARG VERSION

# build
FROM golang:1.15-alpine as builder
FROM golang:1.16-alpine as builder
RUN apk add --no-cache git gcc musl-dev make
ENV GO111MODULE=on
WORKDIR /go/src/moul.io/drunken-bishop
Expand Down

0 comments on commit e97ff0d

Please sign in to comment.