Skip to content

Commit

Permalink
add architecture variable
Browse files Browse the repository at this point in the history
  • Loading branch information
smilerz committed Aug 26, 2024
1 parent 610af45 commit 766b1b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .docker/Dockerfile.debian
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ARG ARCH=amd64
ARG NODE_VERSION=20
ARG OS=bullseye-slim
ARG OS=bookworm-slim

#### Stage BASE ########################################################################################################
FROM node:${NODE_VERSION}-${OS} AS base
Expand Down

0 comments on commit 766b1b8

Please sign in to comment.