Skip to content

Commit 2b6c53d

Browse files
committed
Switch to alpine image
1 parent b65b22b commit 2b6c53d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ RUN apk --no-cache add git \
99
&& chmod +x go-replace \
1010
&& ./go-replace --version
1111

12-
FROM golang:alpine
12+
FROM alpine
1313
COPY --from=buildenv /go/src/go-replace/go-replace /usr/local/bin
1414
CMD ["go-replace"]

0 commit comments

Comments
 (0)