Skip to content

Commit

Permalink
feat: change multi-stage image to ubuntu
Browse files Browse the repository at this point in the history
Signed-off-by: Liam Stanley <[email protected]>
  • Loading branch information
lrstanley committed Oct 29, 2022
1 parent 5274320 commit 37ed48a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@

# build image
FROM golang:alpine as build
FROM golang:latest as build
WORKDIR /build
RUN apk add --no-cache g++ make curl
COPY go.sum go.mod Makefile /build/
RUN make go-fetch
COPY . /build/
Expand Down

0 comments on commit 37ed48a

Please sign in to comment.