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

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
darkweaver87 committed Jan 25, 2024
1 parent 68b0b37 commit 1d40ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN make build
# docker image
FROM alpine

RUN apk --no-cache --no-progress add ca-certificates tzdata git \
RUN apk --no-cache --no-progress add ca-certificates tzdata \
&& rm -rf /var/cache/apk/*

ARG TARGETPLATFORM
Expand Down

0 comments on commit 1d40ae4

Please # to comment.