We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e8f0e commit 364732fCopy full SHA for 364732f
Dockerfile
@@ -1,5 +1,5 @@
1
# dependencies image
2
-FROM --platform=${BUILDPLATFORM} node:18-alpine AS dependencies
+FROM --platform=${BUILDPLATFORM} node:16-alpine AS dependencies
3
LABEL maintainer="info@pascaliske.dev"
4
WORKDIR /build
5
@@ -11,7 +11,7 @@ COPY yarn.lock /build
11
RUN yarn install --frozen-lockfile --ignore-scripts
12
13
# builder image
14
-FROM --platform=${BUILDPLATFORM} node:18-alpine AS builder
+FROM --platform=${BUILDPLATFORM} node:16-alpine AS builder
15
16
17
0 commit comments