Skip to content

Commit

Permalink
chore(deps): bump golang from 1.15-alpine to 1.16.0-alpine
Browse files Browse the repository at this point in the history
Bumps golang from 1.15-alpine to 1.16.0-alpine.

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 22, 2021
1 parent 6b0f26e commit cf288f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN yarn install --ignore-scripts

RUN yarn build

FROM golang:1.15-alpine as go_builder
FROM golang:1.16.0-alpine as go_builder

LABEL maintainer="Sundowndev" \
org.label-schema.name="phoneinfoga" \
Expand All @@ -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.15-alpine
FROM golang:1.16.0-alpine

WORKDIR /app

Expand Down

0 comments on commit cf288f7

Please sign in to comment.