Skip to content

Commit

Permalink
Merge branch 'master' into jonas/pjs-2065-support-multiple-docker-ima…
Browse files Browse the repository at this point in the history
…ge-architectures
  • Loading branch information
jonasgloning committed May 4, 2024
2 parents 712212c + 3a3998b commit 2f54b54
Show file tree
Hide file tree
Showing 2 changed files with 1,323 additions and 531 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM docker.io/library/node:18.20.0 as build
FROM --platform=$BUILDPLATFORM docker.io/library/node:18.20.2 as build
ARG TARGETPLATFORM
ARG BUILDPLATFORM
RUN mkdir /peer-server
Expand All @@ -9,7 +9,7 @@ COPY . ./
RUN npm run build
RUN npm run test

FROM docker.io/library/node:18.20.0-alpine as production
FROM docker.io/library/node:18.20.2-alpine as production
RUN mkdir /peer-server
WORKDIR /peer-server
COPY package.json package-lock.json ./
Expand Down
Loading

0 comments on commit 2f54b54

Please sign in to comment.