Skip to content

Commit

Permalink
Bump alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
kahun committed Jun 14, 2023
1 parent abea365 commit 64894f6
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 @@ -31,7 +31,7 @@ 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.17
FROM alpine:3.18
WORKDIR /
COPY --from=builder /workspace/manager .
# Use uid of nonroot user (65532) because kubernetes expects numeric user when applying pod security policies
Expand Down

0 comments on commit 64894f6

Please sign in to comment.