Skip to content

Commit

Permalink
build(deps): bump alpine from 3.12.0 to 3.12.1 (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 22, 2020
1 parent 51f71af commit c9256b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ COPY --from=tester /go/pkg /go/pkg
COPY --from=tester /code .
RUN go build -o fake-gcs-server

FROM alpine:3.12.0
FROM alpine:3.12.1
COPY --from=builder /code/fake-gcs-server /bin/fake-gcs-server
RUN /bin/fake-gcs-server -h
EXPOSE 4443
Expand Down

0 comments on commit c9256b1

Please sign in to comment.