Skip to content

Commit df88478

Browse files
committed
Fix CA update in Docker environment
1 parent 3f5a70c commit df88478

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

build/linux/Dockerfile

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
FROM centurylink/ca-certs
1+
FROM alpine
2+
RUN apk update && apk upgrade && apk add --no-cache ca-certificates
3+
RUN update-ca-certificates
24

5+
FROM scratch
36
COPY dist /
4-
57
VOLUME /data
6-
78
WORKDIR /
8-
99
EXPOSE 9000
10-
1110
ENTRYPOINT ["/whale"]

0 commit comments

Comments
 (0)