Skip to content

Commit

Permalink
update to node-18.17.0-alpine, (#4617)
Browse files Browse the repository at this point in the history
  • Loading branch information
odselsevier authored Aug 10, 2023
1 parent 39e870f commit 3f6606e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.13.0-alpine as build
FROM node:18.17.0-alpine as build

# Create link to node on amd64 so that corepack can find it
RUN if [ "$(uname -m)" == "aarch64" ]; then mkdir -p /usr/local/sbin/ && ln -s /usr/local/bin/node /usr/local/sbin/node; fi
Expand All @@ -19,7 +19,7 @@ RUN cd /app && corepack yarn workspace @uppy/companion build
# Now remove all non-prod dependencies for a leaner image
RUN cd /app && corepack yarn workspaces focus @uppy/companion --production

FROM node:16.13.0-alpine
FROM node:18.17.0-alpine

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.13.0-alpine
FROM node:18.17.0-alpine

COPY package.json /app/package.json

Expand Down

0 comments on commit 3f6606e

Please sign in to comment.