Skip to content

Commit

Permalink
fix(image): use latest lts instead of fixed version
Browse files Browse the repository at this point in the history
This PR may fix scality#5549 and expand architecture/platforms
  • Loading branch information
dalisoft authored Mar 23, 2024
1 parent 735fcd0 commit 78d9e2d
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 @@
ARG NODE_VERSION=16.20-bullseye-slim
ARG NODE_VERSION=lts-bullseye-slim

FROM node:${NODE_VERSION} as builder

Expand Down

0 comments on commit 78d9e2d

Please sign in to comment.