Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kahun committed Jun 14, 2023
1 parent 6c7c201 commit e7bdc32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
ENTRYPOINT [ "/start.sh", "/workspace/manager" ]

# Copy the controller-manager into a thin image
FROM alpine:3.18
FROM alpine:3.18.0
# Fix CVE-2023-2650, remove when alpine 3.18.1 is released
RUN apk update && apk add --upgrade libcrypto3 libssl3
WORKDIR /
COPY --from=builder /workspace/manager .
Expand Down

0 comments on commit e7bdc32

Please sign in to comment.