File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11ARG ARCH=amd64
2- ARG NODE_VERSION=18
2+ ARG NODE_VERSION=22
33ARG OS=bullseye-slim
4- ARG ICONIFY_API_VERSION=3.1.1
4+ ARG ICONIFY_API_VERSION=3.2.0
55ARG SRC_PATH=./
66
77# ### Stage BASE ########################################################################################################
8- FROM ${ARCH}/ node:${NODE_VERSION}-${OS} AS base
8+ FROM --platform= ${ARCH} node:${NODE_VERSION}-${OS} AS base
99
1010# This gives node.js apps access to the OS CAs
1111ENV NODE_EXTRA_CA_CERTS=/etc/ssl/certs/ca-certificates.crt
@@ -53,8 +53,8 @@ COPY ${SRC_PATH}icons/ /data/iconify-api/icons/
5353# Build API
5454RUN npm run build
5555
56- # ### Stage RELEASE #####################################################################################################
57- FROM iconify-api-install AS RELEASE
56+ # ### Stage release #####################################################################################################
57+ FROM iconify-api-install AS release
5858ARG BUILD_DATE
5959ARG BUILD_VERSION
6060ARG BUILD_REF
You can’t perform that action at this time.
0 commit comments