Skip to content

Commit bbca6b8

Browse files
authored
Merge pull request #77 from moul/dependabot/docker/alpine-3.13.0
chore(deps): bump alpine from 3.12 to 3.13.0
2 parents c248a70 + b58d8df commit bbca6b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY . ./
99
RUN make install
1010

1111
# minimalist runtime
12-
FROM alpine:3.12
12+
FROM alpine:3.13.0
1313
COPY --from=builder /go/bin/number-to-words /bin/
1414
ENTRYPOINT ["/bin/number-to-words"]
1515
CMD []

0 commit comments

Comments
 (0)