Skip to content

Commit

Permalink
fix: latest docker alpine image already contains libssl1.1 (#736)
Browse files Browse the repository at this point in the history
Co-authored-by: Vladislav Sukhin <vladislav@kubeshop.io>
  • Loading branch information
vsukhin and vsukhin committed Jan 10, 2022
1 parent 9772a10 commit 62dcc37
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build/api-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ RUN cd cmd/api-server;go build -ldflags "-X github.com/kubeshop/testkube/interna

FROM alpine:latest
RUN apk --no-cache add ca-certificates libssl1.1
# TODO remove when alpine will get it - We need upgrade libssl to fix
RUN apk upgrade libssl1.1
WORKDIR /root/
COPY --from=0 /app /bin/app
EXPOSE 8088
Expand Down

0 comments on commit 62dcc37

Please sign in to comment.