Skip to content

Commit

Permalink
feat(lint): resolve hadolint warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Gleich <[email protected]>
  • Loading branch information
gleich committed Jul 26, 2024
1 parent 41d4d82 commit 085393f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ COPY . .

RUN CGO_ENABLED=0 GOOS=linux go build -o /bin/lcp ./main.go && touch .env

FROM alpine
FROM alpine:3.20.2

RUN apk add --no-cache ca-certificates
RUN apk add --no-cache ca-certificates=20240705-r0

WORKDIR /src
COPY --from=build /bin/lcp /bin/lcp
COPY --from=build /src/.env ./.env

Expand Down

0 comments on commit 085393f

Please sign in to comment.