Skip to content

Commit

Permalink
chore: switch dev image to alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
mavimo committed Nov 5, 2023
1 parent 92f6726 commit d3d2133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN go mod download
COPY . .
RUN go build -o ./bin/ingress-controller ./cmd/caddy

FROM gcr.io/distroless/static-debian11
FROM alpine:3.18

EXPOSE 80 443

Expand Down

0 comments on commit d3d2133

Please sign in to comment.