Skip to content

Commit

Permalink
fix(node): use node 21.7.0 bookworm image because of issues with neve…
Browse files Browse the repository at this point in the history
…r ending docker image build
  • Loading branch information
ismarslomic committed Mar 8, 2024
1 parent 92f9313 commit 71ea0d1
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,5 +1,5 @@
# Use offical Node.js image. The image uses Apline Linux
FROM node:21.7.0-alpine
FROM node:21.7.0-bookworm-slim

# Build-time metadata as defined at https://github.com/opencontainers/image-spec/blob/master/annotations.md
ARG BUILD_DATE
Expand Down

0 comments on commit 71ea0d1

Please sign in to comment.