Skip to content

Commit

Permalink
Merge pull request #1025 from shouichi/remove-duplicated-stage
Browse files Browse the repository at this point in the history
Remove duplicated stage from Dockerfile.alpine
  • Loading branch information
ajvb authored Mar 10, 2022
2 parents 7d94fdb + 4277de4 commit e682723
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
FROM golang:1.12-alpine3.10 AS builder
FROM golang:1.17-alpine3.15 AS builder

RUN apk --no-cache add make
Expand Down

0 comments on commit e682723

Please sign in to comment.