Skip to content

Commit

Permalink
Merge pull request sundowndev#452 from sundowndev/renovate/docker-gol…
Browse files Browse the repository at this point in the history
…ang-1.x

chore(deps): update golang docker tag to v1.15
  • Loading branch information
sundowndev authored Aug 13, 2020
2 parents 4b59f9d + 0c3913b commit f4f1ef3
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

RUN yarn build

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

LABEL maintainer="Sundowndev" \
org.label-schema.name="phoneinfoga" \
Expand All @@ -32,7 +32,7 @@ RUN go generate ./...

RUN go build -v -o phoneinfoga .

FROM golang:1.14-alpine
FROM golang:1.15-alpine

WORKDIR /app

Expand Down

0 comments on commit f4f1ef3

Please sign in to comment.