Skip to content

Commit

Permalink
fix(docker): Pin Node version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Feb 10, 2025
1 parent 24db762 commit decb751
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM --platform=${BUILDPLATFORM} node:lts-alpine
# node:22.13.1-alpine
FROM --platform=${BUILDPLATFORM} node@sha256:e2b39f7b64281324929257d0f8004fb6cb4bf0fdfb9aa8cedb235a766aec31da

ARG TARGETPLATFORM
ARG TARGETARCH
Expand Down

0 comments on commit decb751

Please sign in to comment.