Skip to content

Commit

Permalink
feat: Switch to wolfi chainguard image (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksasiriski authored Dec 3, 2023
1 parent 6d1fedd commit b362cb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM gcr.io/distroless/nodejs20-debian12:nonroot
FROM cgr.dev/chainguard/node-lts:latest

WORKDIR /app
ENV NODE_ENV=production

COPY package.json build/ ./
COPY --chown=node:node ["package.json", "build/", "./"]

CMD [ "index.js" ]

Expand Down

0 comments on commit b362cb9

Please sign in to comment.