Skip to content

Commit

Permalink
switch Dockerfile build stage to non-alpine image
Browse files Browse the repository at this point in the history
  • Loading branch information
jwetzell committed Jul 13, 2024
1 parent fb09631 commit adc4b3f
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
@@ -1,4 +1,4 @@
FROM node:20-alpine AS builder
FROM node:20-bullseye AS builder
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable
Expand Down

0 comments on commit adc4b3f

Please sign in to comment.