Skip to content

Commit

Permalink
fix: Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathebe committed Sep 20, 2024
1 parent e17215d commit c275360
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 @@ -8,7 +8,7 @@ RUN go mod download
COPY ./ ./
RUN make build

FROM flanksource/base-image:0.5.15:@sha256:sha256:8d3fe5816e10e0eb0e74ef30dbbc66d54402dcbdab80b72c7461811a05825dbc
FROM flanksource/base-image:0.5.15:@sha256:8d3fe5816e10e0eb0e74ef30dbbc66d54402dcbdab80b72c7461811a05825dbc
WORKDIR /app

ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit c275360

Please sign in to comment.