Skip to content

Commit

Permalink
fix: upgrade golang image to 1.16.7-alpine (#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
sundowndev committed Nov 4, 2021
1 parent 8cabd4c commit e0f751e
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 @@ -31,7 +31,7 @@ RUN go generate ./...

RUN go build -v -ldflags="-s -w -X 'gopkg.in/sundowndev/phoneinfoga.v2/config.Version=$(git describe --abbrev=0 --tags)' -X 'gopkg.in/sundowndev/phoneinfoga.v2/config.Commit=$(git rev-parse --short HEAD)'" -v -o phoneinfoga .

FROM golang:1.16.2-alpine
FROM golang:1.16.7-alpine

WORKDIR /app

Expand Down

0 comments on commit e0f751e

Please sign in to comment.