Skip to content

Commit

Permalink
Merge pull request #978 from sundowndev/dependabot/docker/golang-1.17…
Browse files Browse the repository at this point in the history
….6-alpine

chore(deps): bump golang from 1.17.5-alpine to 1.17.6-alpine
  • Loading branch information
sundowndev committed Jan 24, 2022
2 parents bc6de02 + 77d273d commit 270e96e
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 --immutable

RUN yarn build

FROM golang:1.17.5-alpine as go_builder
FROM golang:1.17.6-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 'github.com/sundowndev/phoneinfoga/v2/config.Version=$(git describe --abbrev=0 --tags)' -X 'github.com/sundowndev/phoneinfoga/v2/config.Commit=$(git rev-parse --short HEAD)'" -v -o phoneinfoga .

FROM golang:1.17.5-alpine
FROM golang:1.17.6-alpine

WORKDIR /app

Expand Down

0 comments on commit 270e96e

Please sign in to comment.