Skip to content

Commit

Permalink
Use alpine:latest
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <ys@uber.com>
  • Loading branch information
Yuri Shkuro committed Dec 18, 2017
1 parent ca3da79 commit 10960da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/collector/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine as certs
FROM alpine:latest as certs
RUN apk add --update --no-cache ca-certificates

FROM scratch
Expand Down
2 changes: 1 addition & 1 deletion cmd/query/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine as certs
FROM alpine:latest as certs
RUN apk add --update --no-cache ca-certificates

FROM scratch
Expand Down

0 comments on commit 10960da

Please sign in to comment.