Skip to content

Commit

Permalink
dont use distroless image
Browse files Browse the repository at this point in the history
  • Loading branch information
williamhorning authored Jul 5, 2024
1 parent 3f65e0a commit 4dcb5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lightning/dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG DENO_VERSION=1.44.4

FROM docker.io/denoland/deno:distroless-${DENO_VERSION}
FROM docker.io/denoland/deno:${DENO_VERSION}

# add lightning to the image
WORKDIR /app
Expand Down

0 comments on commit 4dcb5ff

Please sign in to comment.