Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Upgrade to openssl-1.0.2o-r1 to align with Alpine 3.7 repo updates. (#…
Browse files Browse the repository at this point in the history
…244)

related to UB-1501
  • Loading branch information
shay-berman committed Aug 29, 2018
1 parent a91d998 commit 76dfee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN CGO_ENABLED=1 GOOS=linux go build -tags netgo -v -a --ldflags '-w -linkmode


FROM alpine:3.7
RUN apk --no-cache add ca-certificates=20171114-r0 openssl=1.0.2o-r0
RUN apk --no-cache add ca-certificates=20171114-r0 openssl=1.0.2o-r1
WORKDIR /root/
COPY --from=0 /go/src/github.com/IBM/ubiquity/ubiquity .
COPY --from=0 /go/src/github.com/IBM/ubiquity/LICENSE .
Expand Down

0 comments on commit 76dfee6

Please sign in to comment.