Skip to content

Commit

Permalink
Merge pull request #66 from Rocketseat/fix/pkg
Browse files Browse the repository at this point in the history
fix(ci): Pin pkg version
  • Loading branch information
pellizzetti authored Apr 8, 2022
2 parents 88e062c + 6274e9b commit c69fe1f
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 @@ -38,7 +38,7 @@ COPY --from=build /var/app/prisma prisma/
RUN wget -O /var/app/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.2.5/dumb-init_1.2.5_x86_64 && \
chmod -v +x /var/app/dumb-init
RUN npx prisma generate
RUN npx pkg . -o $SERVICE_NAME
RUN npx pkg@5.5.2 . -o $SERVICE_NAME
RUN chmod -v +x /var/app/$SERVICE_NAME

FROM node:16-alpine AS runtime
Expand Down

0 comments on commit c69fe1f

Please sign in to comment.