Skip to content

Commit

Permalink
bump auto-gold-bits docker file to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
leonitousconforti committed May 8, 2024
1 parent 0a2ee7c commit 3817f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/auto-gold-bits/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WORKDIR /workspace/tinyburg
COPY common/deploy/auto-gold-bits.zip auto-gold-bits.zip
RUN unzip auto-gold-bits.zip && rm auto-gold-bits.zip

FROM node:18-slim
FROM node:20-slim
ENV NODE_ENV="production"
COPY --from=dependency-preparer /workspace/tinyburg /workspace/tinyburg
RUN node /workspace/tinyburg/create-links.js create
Expand Down

0 comments on commit 3817f47

Please sign in to comment.