Skip to content

Commit

Permalink
chore(build): dockerfile fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Jun 1, 2021
1 parent 6bff952 commit dfecc9a
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
@@ -1,7 +1,7 @@
FROM golang:1.10.0-alpine AS gcsfuse
FROM golang:alpine AS gcsfuse
RUN apk add --no-cache git
ENV GOPATH /go
RUN go get -u github.com/googlecloudplatform/gcsfuse@0.30.0
RUN go get -u github.com/googlecloudplatform/gcsfuse

FROM node:10.10-alpine AS builder

Expand Down

0 comments on commit dfecc9a

Please sign in to comment.