We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c248a70 + b58d8df commit bbca6b8Copy full SHA for bbca6b8
Dockerfile
@@ -9,7 +9,7 @@ COPY . ./
9
RUN make install
10
11
# minimalist runtime
12
-FROM alpine:3.12
+FROM alpine:3.13.0
13
COPY --from=builder /go/bin/number-to-words /bin/
14
ENTRYPOINT ["/bin/number-to-words"]
15
CMD []
0 commit comments