Skip to content

Commit

Permalink
Use alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
deeprobin committed Aug 4, 2023
1 parent 18f25c7 commit 2d0fbf2
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 @@ -10,7 +10,7 @@ RUN pnpm install --frozen-lockfile --prod
COPY . .
RUN pnpm build --production

FROM node:20 AS runtime
FROM node:20-alpine3.18 AS runtime
LABEL org.opencontainers.image.title="Lindner IT Website"
LABEL org.opencontainers.image.description="Node HTTP-Server for Lindner IT Website (using Astro: SSR + SSG)"
LABEL org.opencontainers.image.authors="Robin Lindner <[email protected]>"
Expand Down

0 comments on commit 2d0fbf2

Please sign in to comment.