Skip to content

Commit

Permalink
Merge pull request #130 from zhiyan114/master
Browse files Browse the repository at this point in the history
Random image test for sharp
  • Loading branch information
zhiyan114 authored Aug 25, 2024
2 parents 45d3722 + 0b07231 commit 0c4a310
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Setup build image
FROM node:20-buster-slim as buildenv
FROM node:20-slim as buildenv
WORKDIR /source/
RUN npm install -g npm@latest

Expand Down Expand Up @@ -42,7 +42,7 @@ RUN npm prune --omit=dev


# Setup production image
FROM node:20-buster-slim
FROM node:20-slim

# Setup the environment?
WORKDIR /app/
Expand Down
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0c4a310

Please sign in to comment.